Html Css Color HEX #EEA552 Casablanca

📋 copy color: '#EEA552'

red 238 ◦ green 165 ◦ blue 82

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

Shades of Casablanca #EEA552

Tints of Casablanca #EEA552

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.02%

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

R = 49.07%
G = 34.02%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEA552 (or 0xEEA552) is known color: Casablanca. HEX triplet: EE, A5 and 52. RGB value is (238,165,82). Sum of RGB (Red+Green+Blue) = 238+165+82=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA552 is #115AAD. Grayscale: #B1B1B1. Windows color (decimal): -1137326 or 5416430. OLE color: 5416430.

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

Color convert

RGB 238 165 82 -
CMYK 0 0.31 0.66 0.07
HSL 31.92º 0.82% 0.63% -
HSV(B) 31.92º 0.66% 0.93% -
XYZ 50.24 45.7 14.16 -
YUV 177.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 238 165 82 0 0.31 0.66 0.07 31.92 0.82 0.63
Hex EE A5 52 0 1F 42 7 20 52 3F
Octal 356 245 122 0 37 102 7 40 122 77
Binary 11101110 10100101 1010010 0 11111 1000010 111 100000 1010010 111111

Color Harmonies of #EEA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA552

Black with #EEA552

Text Example


Text Example

White with #EEA552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA552; }

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

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

background-color css

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

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

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

border-color css

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

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

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