#efb84f

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

Shades of Ronchi #EFB84F

Tints of Ronchi #EFB84F

Color information

#EFB84F (or 0xEFB84F) is unknown color: approx Ronchi. HEX triplet: EF, B8 and 4F. RGB value is (239,184,79). Sum of RGB (Red+Green+Blue) = 239+184+79=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB84F is #1047B0. Grayscale: #BCBCBC. Windows color (decimal): -1066929 or 5224687. OLE color: 5224687.

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

Color convert

RGB23918479-
CMYK00.230.670.06
HSL39.38º83.33%62.35%-
HSV(B)39.38º66.95%93.73%-
XYZ54.1553.214.81-
YUV188.4866.22164.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 79 (31.25% from 255) = 15.74%
R=47.61%
G=36.65%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391847900.230.670.0639.3883.3362.35
HexEFB84F01743627533e
Octal35727011702710364712376
Binary1110111110111000100111101011110000111101001111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efb84f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efb84f; }

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

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

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

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

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

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

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

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