Html Css Color HEX #EAAA51 Casablanca

📋 copy color: '#EAAA51'

red 234 ◦ green 170 ◦ blue 81

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

Shades of Casablanca #EAAA51

Tints of Casablanca #EAAA51

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.05%

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

R = 48.25%
G = 35.05%
B = 16.7%

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

#EAAA51 (or 0xEAAA51) is known color: Casablanca. HEX triplet: EA, AA and 51. RGB value is (234,170,81). Sum of RGB (Red+Green+Blue) = 234+170+81=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA51 is #1555AE. Grayscale: #B3B3B3. Windows color (decimal): -1398191 or 5352170. OLE color: 5352170.

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

Color convert

RGB 234 170 81 -
CMYK 0 0.27 0.65 0.08
HSL 34.9º 0.78% 0.62% -
HSV(B) 34.9º 0.65% 0.92% -
XYZ 49.79 46.84 14.2 -
YUV 178.99 72.7 167.24 -
System Red Green Blue C M Y K H S L
Decimal 234 170 81 0 0.27 0.65 0.08 34.9 0.78 0.62
Hex EA AA 51 0 1B 41 8 23 4E 3E
Octal 352 252 121 0 33 101 10 43 116 76
Binary 11101010 10101010 1010001 0 11011 1000001 1000 100011 1001110 111110

Color Harmonies of #EAAA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA51

Black with #EAAA51

Text Example


Text Example

White with #EAAA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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