#EEA74F

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

Shades of Casablanca #EEA74F

Tints of Casablanca #EEA74F

Color information

#EEA74F (or 0xEEA74F) is unknown color: approx Casablanca. HEX triplet: EE, A7 and 4F. RGB value is (238,167,79). Sum of RGB (Red+Green+Blue) = 238+167+79=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA74F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA74F is #1158B0. Grayscale: #B2B2B2. Windows color (decimal): -1136817 or 5220334. OLE color: 5220334.

HSL color Cylindrical-coordinate representation of color #EEA74F: hue angle of 33.21º 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 #EEA74F is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB23816779-
CMYK00.300.670.07
HSL33.21º82.38%62.16%-
HSV(B)33.21º66.81%93.33%-
XYZ50.4946.3813.69-
YUV178.272.02170.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.17%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 79 (31.25% from 255) = 16.32%
R=49.17%
G=34.50%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381677900.300.670.0733.2182.3862.16
HexEEA74F01E43721523e
Octal35624711703610374112276
Binary1110111010100111100111101111010000111111000011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA74F; }

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

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

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

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

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

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

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

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