Html Css Color HEX #EAB549 Ronchi

📋 copy color: '#EAB549'

red 234 ◦ green 181 ◦ blue 73

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

Shades of Ronchi #EAB549

Tints of Ronchi #EAB549

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.09%

 BLUE value IS 73 (28.91% from 255) = 14.96%

R = 47.95%
G = 37.09%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAB549 (or 0xEAB549) is known color: Ronchi. HEX triplet: EA, B5 and 49. RGB value is (234,181,73). Sum of RGB (Red+Green+Blue) = 234+181+73=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB549 is #154AB6. Grayscale: #B9B9B9. Windows color (decimal): -1395383 or 4830698. OLE color: 4830698.

HSL color Cylindrical-coordinate representation of color #EAB549: hue angle of 40.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAB549 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 181 73 -
CMYK 0 0.23 0.69 0.08
HSL 40.25º 0.79% 0.6% -
HSV(B) 40.25º 0.69% 0.92% -
XYZ 51.66 51.02 13.43 -
YUV 184.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 234 181 73 0 0.23 0.69 0.08 40.25 0.79 0.6
Hex EA B5 49 0 17 45 8 28 4F 3C
Octal 352 265 111 0 27 105 10 50 117 74
Binary 11101010 10110101 1001001 0 10111 1000101 1000 101000 1001111 111100

Color Harmonies of #EAB549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB549

Black with #EAB549

Text Example


Text Example

White with #EAB549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB549; }

 p { color: rgb(234,181,73); }

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

background-color css

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

 a { background-color: rgb(234,181,73); }

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

border-color css

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

 span { border-color: rgb(234,181,73); }

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