#EFB853

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

Shades of Ronchi #EFB853

Tints of Ronchi #EFB853

Color information

#EFB853 (or 0xEFB853) is unknown color: approx Ronchi. HEX triplet: EF, B8 and 53. RGB value is (239,184,83). Sum of RGB (Red+Green+Blue) = 239+184+83=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB853 is #1047AC. Grayscale: #BDBDBD. Windows color (decimal): -1066925 or 5486831. OLE color: 5486831.

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

Color convert

RGB23918483-
CMYK00.230.650.06
HSL38.85º82.98%63.14%-
HSV(B)38.85º65.27%93.73%-
XYZ54.353.2615.6-
YUV188.9368.22163.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 184 (72.27% from 255) = 36.36%
BLUE value IS 83 (32.81% from 255) = 16.40%
R=47.23%
G=36.36%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391848300.230.650.0638.8582.9863.14
HexEFB85301741627533f
Octal35727012302710164712377
Binary1110111110111000101001101011110000011101001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB853; }

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

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

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

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

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

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

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

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