Html Css Color HEX #EAB155 Casablanca

📋 copy color: '#EAB155'

red 234 ◦ green 177 ◦ blue 85

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

Shades of Casablanca #EAB155

Tints of Casablanca #EAB155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

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

R = 47.18%
G = 35.69%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAB155 (or 0xEAB155) is known color: Casablanca. HEX triplet: EA, B1 and 55. RGB value is (234,177,85). Sum of RGB (Red+Green+Blue) = 234+177+85=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB155 is #154EAA. Grayscale: #B7B7B7. Windows color (decimal): -1396395 or 5616106. OLE color: 5616106.

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

Color convert

RGB 234 177 85 -
CMYK 0 0.24 0.64 0.08
HSL 37.05º 0.78% 0.63% -
HSV(B) 37.05º 0.64% 0.92% -
XYZ 51.29 49.59 15.46 -
YUV 183.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 234 177 85 0 0.24 0.64 0.08 37.05 0.78 0.63
Hex EA B1 55 0 18 40 8 25 4E 3F
Octal 352 261 125 0 30 100 10 45 116 77
Binary 11101010 10110001 1010101 0 11000 1000000 1000 100101 1001110 111111

Color Harmonies of #EAB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB155

Black with #EAB155

Text Example


Text Example

White with #EAB155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB155; }

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

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

background-color css

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

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

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

border-color css

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

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

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