#EFB84B

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

Shades of Ronchi #EFB84B

Tints of Ronchi #EFB84B

Color information

#EFB84B (or 0xEFB84B) is unknown color: approx Ronchi. HEX triplet: EF, B8 and 4B. RGB value is (239,184,75). Sum of RGB (Red+Green+Blue) = 239+184+75=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB84B is #1047B4. Grayscale: #BCBCBC. Windows color (decimal): -1066933 or 4962543. OLE color: 4962543.

HSL color Cylindrical-coordinate representation of color #EFB84B: hue angle of 39.88º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFB84B is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB23918475-
CMYK00.230.690.06
HSL39.88º83.67%61.57%-
HSV(B)39.88º68.62%93.73%-
XYZ54.0153.1414.07-
YUV188.0264.22164.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 75 (29.69% from 255) = 15.06%
R=47.99%
G=36.95%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391847500.230.690.0639.8883.6761.57
HexEFB84B01745628543e
Octal35727011302710565012476
Binary1110111110111000100101101011110001011101010001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB84B; }

 p { color: rgb(239,184,75); }

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

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

 a { background-color: rgb(239,184,75); }

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

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

 span { border-color: rgb(239,184,75); }

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