Html Css Color HEX #EABB5E Ronchi

📋 copy color: '#EABB5E'

red 234 ◦ green 187 ◦ blue 94

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

Shades of Ronchi #EABB5E

Tints of Ronchi #EABB5E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.31%

 BLUE value IS 94 (37.11% from 255) = 18.25%

R = 45.44%
G = 36.31%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EABB5E (or 0xEABB5E) is known color: Ronchi. HEX triplet: EA, BB and 5E. RGB value is (234,187,94). Sum of RGB (Red+Green+Blue) = 234+187+94=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB5E is #1544A1. Grayscale: #BEBEBE. Windows color (decimal): -1393826 or 6208490. OLE color: 6208490.

HSL color Cylindrical-coordinate representation of color #EABB5E: hue angle of 39.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EABB5E is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 187 94 -
CMYK 0 0.20 0.60 0.08
HSL 39.86º 0.77% 0.64% -
HSV(B) 39.86º 0.6% 0.92% -
XYZ 53.72 53.84 18.15 -
YUV 190.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 234 187 94 0 0.20 0.60 0.08 39.86 0.77 0.64
Hex EA BB 5E 0 14 3C 8 28 4D 40
Octal 352 273 136 0 24 74 10 50 115 100
Binary 11101010 10111011 1011110 0 10100 111100 1000 101000 1001101 1000000

Color Harmonies of #EABB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB5E

Black with #EABB5E

Text Example


Text Example

White with #EABB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB5E; }

 p { color: rgb(234,187,94); }

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

background-color css

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

 a { background-color: rgb(234,187,94); }

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

border-color css

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

 span { border-color: rgb(234,187,94); }

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