#EEA748

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

Shades of Casablanca #EEA748

Tints of Casablanca #EEA748

Color information

#EEA748 (or 0xEEA748) is unknown color: approx Casablanca. HEX triplet: EE, A7 and 48. RGB value is (238,167,72). Sum of RGB (Red+Green+Blue) = 238+167+72=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA748 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA748 is #1158B7. Grayscale: #B1B1B1. Windows color (decimal): -1136824 or 4761582. OLE color: 4761582.

HSL color Cylindrical-coordinate representation of color #EEA748: hue angle of 34.34º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEA748 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23816772-
CMYK00.300.700.07
HSL34.34º83%60.78%-
HSV(B)34.34º69.75%93.33%-
XYZ50.2546.2812.42-
YUV177.468.52171.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.90%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 72 (28.52% from 255) = 15.09%
R=49.90%
G=35.01%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381677200.300.700.0734.348360.78
HexEEA74801E46722533d
Octal35624711003610674212375
Binary1110111010100111100100001111010001101111000101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA748; }

 p { color: rgb(238,167,72); }

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

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

 a { background-color: rgb(238,167,72); }

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

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

 span { border-color: rgb(238,167,72); }

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