Html Css Color HEX #EABB55 Ronchi

📋 copy color: '#EABB55'

red 234 ◦ green 187 ◦ blue 85

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

Shades of Ronchi #EABB55

Tints of Ronchi #EABB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.8%

R = 46.25%
G = 36.96%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EABB55 (or 0xEABB55) is known color: Ronchi. HEX triplet: EA, BB and 55. RGB value is (234,187,85). Sum of RGB (Red+Green+Blue) = 234+187+85=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB55 is #1544AA. Grayscale: #BDBDBD. Windows color (decimal): -1393835 or 5618666. OLE color: 5618666.

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

Color convert

RGB 234 187 85 -
CMYK 0 0.20 0.64 0.08
HSL 41.07º 0.78% 0.63% -
HSV(B) 41.07º 0.64% 0.92% -
XYZ 53.34 53.69 16.15 -
YUV 189.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 234 187 85 0 0.20 0.64 0.08 41.07 0.78 0.63
Hex EA BB 55 0 14 40 8 29 4E 3F
Octal 352 273 125 0 24 100 10 51 116 77
Binary 11101010 10111011 1010101 0 10100 1000000 1000 101001 1001110 111111

Color Harmonies of #EABB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB55

Black with #EABB55

Text Example


Text Example

White with #EABB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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