Html Css Color HEX #EAB852 Ronchi

📋 copy color: '#EAB852'

red 234 ◦ green 184 ◦ blue 82

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

Shades of Ronchi #EAB852

Tints of Ronchi #EAB852

RGB

 RED value IS 234 (91.8% from 255) = 46.8%

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

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

R = 46.8%
G = 36.8%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAB852 (or 0xEAB852) is known color: Ronchi. HEX triplet: EA, B8 and 52. RGB value is (234,184,82). Sum of RGB (Red+Green+Blue) = 234+184+82=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB852 is #1547AD. Grayscale: #BBBBBB. Windows color (decimal): -1394606 or 5421290. OLE color: 5421290.

HSL color Cylindrical-coordinate representation of color #EAB852: hue angle of 40.26º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAB852 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 82 -
CMYK 0 0.21 0.65 0.08
HSL 40.26º 0.78% 0.62% -
HSV(B) 40.26º 0.65% 0.92% -
XYZ 52.6 52.38 15.32 -
YUV 187.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 234 184 82 0 0.21 0.65 0.08 40.26 0.78 0.62
Hex EA B8 52 0 15 41 8 28 4E 3E
Octal 352 270 122 0 25 101 10 50 116 76
Binary 11101010 10111000 1010010 0 10101 1000001 1000 101000 1001110 111110

Color Harmonies of #EAB852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB852

Black with #EAB852

Text Example


Text Example

White with #EAB852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB852; }

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

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

background-color css

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

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

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

border-color css

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

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

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