Html Css Color HEX #EFB852 Ronchi

📋 copy color: '#EFB852'

red 239 ◦ green 184 ◦ blue 82

#EFB852
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ronchi #EFB852

Tints of Ronchi #EFB852

RGB

 RED value IS 239 (93.75% from 255) = 47.33%

 GREEN value IS 184 (72.27% from 255) = 36.44%

 BLUE value IS 82 (32.42% from 255) = 16.24%

R = 47.33%
G = 36.44%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFB852 (or 0xEFB852) is known color: Ronchi. HEX triplet: EF, B8 and 52. RGB value is (239,184,82). Sum of RGB (Red+Green+Blue) = 239+184+82=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB852 is #1047AD. Grayscale: #BDBDBD. Windows color (decimal): -1066926 or 5421295. OLE color: 5421295.

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

Color convert

RGB 239 184 82 -
CMYK 0 0.23 0.66 0.06
HSL 38.98º 0.83% 0.63% -
HSV(B) 38.98º 0.66% 0.94% -
XYZ 54.26 53.24 15.4 -
YUV 188.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 239 184 82 0 0.23 0.66 0.06 38.98 0.83 0.63
Hex EF B8 52 0 17 42 6 27 53 3F
Octal 357 270 122 0 27 102 6 47 123 77
Binary 11101111 10111000 1010010 0 10111 1000010 110 100111 1010011 111111

Color Harmonies of #EFB852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB852

Black with #EFB852

Text Example


Text Example

White with #EFB852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB852; }

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

 H1.HeaderClassName
 {
   color: #EFB852;
 }
 .AnyTagClassName
 {
   color: #EFB852;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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