#EAAF51

Color #EAAF51 Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #EAAF51

Tints of Casablanca #EAAF51

Color information

#EAAF51 (or 0xEAAF51) is unknown color: approx Casablanca. HEX triplet: EA, AF and 51. RGB value is (234,175,81). Sum of RGB (Red+Green+Blue) = 234+175+81=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF51 is #1550AE. Grayscale: #B6B6B6. Windows color (decimal): -1396911 or 5353450. OLE color: 5353450.

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

Color convert

RGB23417581-
CMYK00.250.650.08
HSL36.86º78.46%61.76%-
HSV(B)36.86º65.38%91.76%-
XYZ50.7548.7514.52-
YUV181.9271.05165.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.76%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 81 (32.03% from 255) = 16.53%
R=47.76%
G=35.71%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341758100.250.650.0836.8678.4661.76
HexEAAF51019418254e3e
Octal352257121031101104511676
Binary11101010101011111010001011001100000110001001011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF51; }

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

 H1.HeaderClassName
 {
   color: #EAAF51;
 }
 .AnyTagClassName
 {
   color: #EAAF51;
 }
</style>
background-color css

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

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

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

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

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

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