#EEB94A

Color #EEB94A Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #EEB94A

Tints of Ronchi #EEB94A

Color information

#EEB94A (or 0xEEB94A) is unknown color: approx Ronchi. HEX triplet: EE, B9 and 4A. RGB value is (238,185,74). Sum of RGB (Red+Green+Blue) = 238+185+74=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB94A is #1146B5. Grayscale: #BCBCBC. Windows color (decimal): -1132214 or 4897262. OLE color: 4897262.

HSL color Cylindrical-coordinate representation of color #EEB94A: hue angle of 40.61º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEB94A is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23818574-
CMYK00.220.690.07
HSL40.61º82.83%61.18%-
HSV(B)40.61º68.91%93.33%-
XYZ53.8453.3713.94-
YUV188.1963.56163.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 47.89%
GREEN value IS 185 (72.66% from 255) = 37.22%
BLUE value IS 74 (29.30% from 255) = 14.89%
R=47.89%
G=37.22%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381857400.220.690.0740.6182.8361.18
HexEEB94A01645729533d
Octal35627111202610575112375
Binary1110111010111001100101001011010001011111010011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB94A; }

 p { color: rgb(238,185,74); }

 H1.HeaderClassName
 {
   color: #EEB94A;
 }
 .AnyTagClassName
 {
   color: #EEB94A;
 }
</style>
background-color css

<style>
 a { background-color: #EEB94A; }

 a { background-color: rgb(238,185,74); }

 div.DivClassName
 {
   background-color: #EEB94A;
 }
 .BgClassName
 {
   background-color: #EEB94A;
 }
</style>
border-color css

<style>
 span { border-color: #EEB94A; }

 span { border-color: rgb(238,185,74); }

 td.TdClassName
 {
   border-color: #EEB94A;
 }
 .TagClassName
 {
   border-color: #EEB94A;
 }
</style>