#EEB74B

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

Shades of Ronchi #EEB74B

Tints of Ronchi #EEB74B

Color information

#EEB74B (or 0xEEB74B) is unknown color: approx Ronchi. HEX triplet: EE, B7 and 4B. RGB value is (238,183,75). Sum of RGB (Red+Green+Blue) = 238+183+75=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB74B is #1148B4. Grayscale: #BBBBBB. Windows color (decimal): -1132725 or 4962286. OLE color: 4962286.

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

Color convert

RGB23818375-
CMYK00.230.680.07
HSL39.75º82.74%61.37%-
HSV(B)39.75º68.49%93.33%-
XYZ53.4652.5513.98-
YUV187.1364.72164.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.98%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 75 (29.69% from 255) = 15.12%
R=47.98%
G=36.90%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381837500.230.680.0739.7582.7461.37
HexEEB74B01744728533d
Octal35626711302710475012375
Binary1110111010110111100101101011110001001111010001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB74B; }

 p { color: rgb(238,183,75); }

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

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

 a { background-color: rgb(238,183,75); }

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

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

 span { border-color: rgb(238,183,75); }

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