#EEB452

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

Shades of Casablanca #EEB452

Tints of Casablanca #EEB452

Color information

#EEB452 (or 0xEEB452) is unknown color: approx Casablanca. HEX triplet: EE, B4 and 52. RGB value is (238,180,82). Sum of RGB (Red+Green+Blue) = 238+180+82=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB452 is #114BAD. Grayscale: #BABABA. Windows color (decimal): -1133486 or 5420270. OLE color: 5420270.

HSL color Cylindrical-coordinate representation of color #EEB452: hue angle of 37.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEB452 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23818082-
CMYK00.240.660.07
HSL37.69º82.11%62.75%-
HSV(B)37.69º65.55%93.33%-
XYZ53.151.4315.11-
YUV186.1769.22164.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.6%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 82 (32.42% from 255) = 16.4%
R=47.6%
G=36%
B=16.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381808200.240.660.0737.6982.1162.75
HexEEB45201842726523f
Octal35626412203010274612277
Binary1110111010110100101001001100010000101111001101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB452; }

 p { color: rgb(238,180,82); }

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

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

 a { background-color: rgb(238,180,82); }

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

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

 span { border-color: rgb(238,180,82); }

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