Html Css Color HEX #EAAB51 Casablanca

📋 copy color: '#EAAB51'

red 234 ◦ green 171 ◦ blue 81

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

Shades of Casablanca #EAAB51

Tints of Casablanca #EAAB51

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

 BLUE value IS 81 (32.03% from 255) = 16.67%

R = 48.15%
G = 35.19%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAAB51 (or 0xEAAB51) is known color: Casablanca. HEX triplet: EA, AB and 51. RGB value is (234,171,81). Sum of RGB (Red+Green+Blue) = 234+171+81=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB51 is #1554AE. Grayscale: #B4B4B4. Windows color (decimal): -1397935 or 5352426. OLE color: 5352426.

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

Color convert

RGB 234 171 81 -
CMYK 0 0.27 0.65 0.08
HSL 35.29º 0.78% 0.62% -
HSV(B) 35.29º 0.65% 0.92% -
XYZ 49.98 47.21 14.26 -
YUV 179.58 72.37 166.82 -
System Red Green Blue C M Y K H S L
Decimal 234 171 81 0 0.27 0.65 0.08 35.29 0.78 0.62
Hex EA AB 51 0 1B 41 8 23 4E 3E
Octal 352 253 121 0 33 101 10 43 116 76
Binary 11101010 10101011 1010001 0 11011 1000001 1000 100011 1001110 111110

Color Harmonies of #EAAB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB51

Black with #EAAB51

Text Example


Text Example

White with #EAAB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB51; }

 p { color: rgb(234,171,81); }

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

background-color css

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

 a { background-color: rgb(234,171,81); }

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

border-color css

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

 span { border-color: rgb(234,171,81); }

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