#EEA550

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

Shades of Casablanca #EEA550

Tints of Casablanca #EEA550

Color information

#EEA550 (or 0xEEA550) is unknown color: approx Casablanca. HEX triplet: EE, A5 and 50. RGB value is (238,165,80). Sum of RGB (Red+Green+Blue) = 238+165+80=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA550 is #115AAF. Grayscale: #B1B1B1. Windows color (decimal): -1137328 or 5285358. OLE color: 5285358.

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

Color convert

RGB23816580-
CMYK00.310.660.07
HSL32.28º82.29%62.35%-
HSV(B)32.28º66.39%93.33%-
XYZ50.1645.6713.76-
YUV177.1473.18171.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.28%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 80 (31.64% from 255) = 16.56%
R=49.28%
G=34.16%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381658000.310.660.0732.2882.2962.35
HexEEA55001F42720523e
Octal35624512003710274012276
Binary1110111010100101101000001111110000101111000001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA550; }

 p { color: rgb(238,165,80); }

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

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

 a { background-color: rgb(238,165,80); }

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

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

 span { border-color: rgb(238,165,80); }

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