Html Css Color HEX #EAB157 Casablanca

📋 copy color: '#EAB157'

red 234 ◦ green 177 ◦ blue 87

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

Shades of Casablanca #EAB157

Tints of Casablanca #EAB157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.47%

R = 46.99%
G = 35.54%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAB157 (or 0xEAB157) is known color: Casablanca. HEX triplet: EA, B1 and 57. RGB value is (234,177,87). Sum of RGB (Red+Green+Blue) = 234+177+87=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB157 is #154EA8. Grayscale: #B8B8B8. Windows color (decimal): -1396393 or 5747178. OLE color: 5747178.

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

Color convert

RGB 234 177 87 -
CMYK 0 0.24 0.63 0.08
HSL 36.73º 0.78% 0.63% -
HSV(B) 36.73º 0.63% 0.92% -
XYZ 51.37 49.62 15.89 -
YUV 183.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 234 177 87 0 0.24 0.63 0.08 36.73 0.78 0.63
Hex EA B1 57 0 18 3F 8 25 4E 3F
Octal 352 261 127 0 30 77 10 45 116 77
Binary 11101010 10110001 1010111 0 11000 111111 1000 100101 1001110 111111

Color Harmonies of #EAB157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB157

Black with #EAB157

Text Example


Text Example

White with #EAB157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB157; }

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

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

background-color css

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

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

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

border-color css

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

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

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