Html Css Color HEX #EAB257 Casablanca

📋 copy color: '#EAB257'

red 234 ◦ green 178 ◦ blue 87

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

Shades of Casablanca #EAB257

Tints of Casablanca #EAB257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.67%

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

R = 46.89%
G = 35.67%
B = 17.43%

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

#EAB257 (or 0xEAB257) is known color: Casablanca. HEX triplet: EA, B2 and 57. RGB value is (234,178,87). Sum of RGB (Red+Green+Blue) = 234+178+87=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB257 is #154DA8. Grayscale: #B8B8B8. Windows color (decimal): -1396137 or 5747434. OLE color: 5747434.

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

Color convert

RGB 234 178 87 -
CMYK 0 0.24 0.63 0.08
HSL 37.14º 0.78% 0.63% -
HSV(B) 37.14º 0.63% 0.92% -
XYZ 51.57 50.02 15.95 -
YUV 184.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 234 178 87 0 0.24 0.63 0.08 37.14 0.78 0.63
Hex EA B2 57 0 18 3F 8 25 4E 3F
Octal 352 262 127 0 30 77 10 45 116 77
Binary 11101010 10110010 1010111 0 11000 111111 1000 100101 1001110 111111

Color Harmonies of #EAB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB257

Black with #EAB257

Text Example


Text Example

White with #EAB257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB257; }

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

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

background-color css

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

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

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

border-color css

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

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

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