Html Css Color HEX #EAB649 Ronchi

📋 copy color: '#EAB649'

red 234 ◦ green 182 ◦ blue 73

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

Shades of Ronchi #EAB649

Tints of Ronchi #EAB649

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.22%

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

R = 47.85%
G = 37.22%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAB649 (or 0xEAB649) is known color: Ronchi. HEX triplet: EA, B6 and 49. RGB value is (234,182,73). Sum of RGB (Red+Green+Blue) = 234+182+73=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB649 is #1549B6. Grayscale: #B9B9B9. Windows color (decimal): -1395127 or 4830954. OLE color: 4830954.

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

Color convert

RGB 234 182 73 -
CMYK 0 0.22 0.69 0.08
HSL 40.62º 0.79% 0.6% -
HSV(B) 40.62º 0.69% 0.92% -
XYZ 51.86 51.43 13.5 -
YUV 185.12 64.73 162.86 -
System Red Green Blue C M Y K H S L
Decimal 234 182 73 0 0.22 0.69 0.08 40.62 0.79 0.6
Hex EA B6 49 0 16 45 8 29 4F 3C
Octal 352 266 111 0 26 105 10 51 117 74
Binary 11101010 10110110 1001001 0 10110 1000101 1000 101001 1001111 111100

Color Harmonies of #EAB649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB649

Black with #EAB649

Text Example


Text Example

White with #EAB649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB649; }

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

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

background-color css

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

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

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

border-color css

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

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

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