#EEA54E

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

Shades of Casablanca #EEA54E

Tints of Casablanca #EEA54E

Color information

#EEA54E (or 0xEEA54E) is unknown color: approx Casablanca. HEX triplet: EE, A5 and 4E. RGB value is (238,165,78). Sum of RGB (Red+Green+Blue) = 238+165+78=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA54E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA54E is #115AB1. Grayscale: #B1B1B1. Windows color (decimal): -1137330 or 5154286. OLE color: 5154286.

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

Color convert

RGB23816578-
CMYK00.310.670.07
HSL32.62º82.47%61.96%-
HSV(B)32.62º67.23%93.33%-
XYZ50.0945.6413.38-
YUV176.9172.18171.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.48%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 78 (30.86% from 255) = 16.22%
R=49.48%
G=34.30%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381657800.310.670.0732.6282.4761.96
HexEEA54E01F43721523e
Octal35624511603710374112276
Binary1110111010100101100111001111110000111111000011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA54E; }

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

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

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

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

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

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

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

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