#EEAF5B

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

Shades of Casablanca #EEAF5B

Tints of Casablanca #EEAF5B

Color information

#EEAF5B (or 0xEEAF5B) is unknown color: approx Casablanca. HEX triplet: EE, AF and 5B. RGB value is (238,175,91). Sum of RGB (Red+Green+Blue) = 238+175+91=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAF5B is #1150A4. Grayscale: #B8B8B8. Windows color (decimal): -1134757 or 6008814. OLE color: 6008814.

HSL color Cylindrical-coordinate representation of color #EEAF5B: hue angle of 34.29º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEAF5B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB23817591-
CMYK00.260.620.07
HSL34.29º81.22%64.51%-
HSV(B)34.29º61.76%93.33%-
XYZ52.4849.5916.7-
YUV184.2675.37166.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 91 (35.94% from 255) = 18.06%
R=47.22%
G=34.72%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381759100.260.620.0734.2981.2264.51
HexEEAF5B01A3E7225141
Octal35625713303276742121101
Binary1110111010101111101101101101011111011110001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF5B; }

 p { color: rgb(238,175,91); }

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

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

 a { background-color: rgb(238,175,91); }

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

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

 span { border-color: rgb(238,175,91); }

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