Html Css Color HEX #EEA952 Casablanca

📋 copy color: '#EEA952'

red 238 ◦ green 169 ◦ blue 82

#EEA952
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #EEA952

Tints of Casablanca #EEA952

RGB

 RED value IS 238 (93.36% from 255) = 48.67%

 GREEN value IS 169 (66.41% from 255) = 34.56%

 BLUE value IS 82 (32.42% from 255) = 16.77%

R = 48.67%
G = 34.56%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEA952 (or 0xEEA952) is known color: Casablanca. HEX triplet: EE, A9 and 52. RGB value is (238,169,82). Sum of RGB (Red+Green+Blue) = 238+169+82=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA952 is #1156AD. Grayscale: #B4B4B4. Windows color (decimal): -1136302 or 5417454. OLE color: 5417454.

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

Color convert

RGB 238 169 82 -
CMYK 0 0.29 0.66 0.07
HSL 33.46º 0.82% 0.63% -
HSV(B) 33.46º 0.66% 0.93% -
XYZ 50.97 47.16 14.4 -
YUV 179.71 72.86 169.57 -
System Red Green Blue C M Y K H S L
Decimal 238 169 82 0 0.29 0.66 0.07 33.46 0.82 0.63
Hex EE A9 52 0 1D 42 7 21 52 3F
Octal 356 251 122 0 35 102 7 41 122 77
Binary 11101110 10101001 1010010 0 11101 1000010 111 100001 1010010 111111

Color Harmonies of #EEA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA952

Black with #EEA952

Text Example


Text Example

White with #EEA952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA952; }

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

 H1.HeaderClassName
 {
   color: #EEA952;
 }
 .AnyTagClassName
 {
   color: #EEA952;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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