Html Css Color HEX #EABB5A Ronchi

📋 copy color: '#EABB5A'

red 234 ◦ green 187 ◦ blue 90

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

Shades of Ronchi #EABB5A

Tints of Ronchi #EABB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.61%

R = 45.79%
G = 36.59%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EABB5A (or 0xEABB5A) is known color: Ronchi. HEX triplet: EA, BB and 5A. RGB value is (234,187,90). Sum of RGB (Red+Green+Blue) = 234+187+90=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB5A is #1544A5. Grayscale: #BEBEBE. Windows color (decimal): -1393830 or 5946346. OLE color: 5946346.

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

Color convert

RGB 234 187 90 -
CMYK 0 0.20 0.62 0.08
HSL 40.42º 0.77% 0.64% -
HSV(B) 40.42º 0.62% 0.92% -
XYZ 53.55 53.77 17.23 -
YUV 190 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 234 187 90 0 0.20 0.62 0.08 40.42 0.77 0.64
Hex EA BB 5A 0 14 3E 8 28 4D 40
Octal 352 273 132 0 24 76 10 50 115 100
Binary 11101010 10111011 1011010 0 10100 111110 1000 101000 1001101 1000000

Color Harmonies of #EABB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB5A

Black with #EABB5A

Text Example


Text Example

White with #EABB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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