Html Css Color HEX #EAB850 Ronchi

📋 copy color: '#EAB850'

red 234 ◦ green 184 ◦ blue 80

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

Shades of Ronchi #EAB850

Tints of Ronchi #EAB850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.06%

R = 46.99%
G = 36.95%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAB850 (or 0xEAB850) is known color: Ronchi. HEX triplet: EA, B8 and 50. RGB value is (234,184,80). Sum of RGB (Red+Green+Blue) = 234+184+80=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB850 is #1547AF. Grayscale: #BBBBBB. Windows color (decimal): -1394608 or 5290218. OLE color: 5290218.

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

Color convert

RGB 234 184 80 -
CMYK 0 0.21 0.66 0.08
HSL 40.52º 0.79% 0.62% -
HSV(B) 40.52º 0.66% 0.92% -
XYZ 52.52 52.35 14.93 -
YUV 187.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 234 184 80 0 0.21 0.66 0.08 40.52 0.79 0.62
Hex EA B8 50 0 15 42 8 29 4F 3E
Octal 352 270 120 0 25 102 10 51 117 76
Binary 11101010 10111000 1010000 0 10101 1000010 1000 101001 1001111 111110

Color Harmonies of #EAB850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB850

Black with #EAB850

Text Example


Text Example

White with #EAB850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB850; }

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

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

background-color css

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

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

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

border-color css

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

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

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