Html Css Color HEX #EAB952 Ronchi

📋 copy color: '#EAB952'

red 234 ◦ green 185 ◦ blue 82

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

Shades of Ronchi #EAB952

Tints of Ronchi #EAB952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.93%

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

R = 46.71%
G = 36.93%
B = 16.37%

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

#EAB952 (or 0xEAB952) is known color: Ronchi. HEX triplet: EA, B9 and 52. RGB value is (234,185,82). Sum of RGB (Red+Green+Blue) = 234+185+82=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB952 is #1546AD. Grayscale: #BCBCBC. Windows color (decimal): -1394350 or 5421546. OLE color: 5421546.

HSL color Cylindrical-coordinate representation of color #EAB952: hue angle of 40.66º 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 #EAB952 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 185 82 -
CMYK 0 0.21 0.65 0.08
HSL 40.66º 0.78% 0.62% -
HSV(B) 40.66º 0.65% 0.92% -
XYZ 52.8 52.8 15.39 -
YUV 187.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 234 185 82 0 0.21 0.65 0.08 40.66 0.78 0.62
Hex EA B9 52 0 15 41 8 29 4E 3E
Octal 352 271 122 0 25 101 10 51 116 76
Binary 11101010 10111001 1010010 0 10101 1000001 1000 101001 1001110 111110

Color Harmonies of #EAB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB952

Black with #EAB952

Text Example


Text Example

White with #EAB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB952; }

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

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

background-color css

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

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

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

border-color css

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

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

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