Html Css Color HEX #EEA652 Casablanca

📋 copy color: '#EEA652'

red 238 ◦ green 166 ◦ blue 82

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

Shades of Casablanca #EEA652

Tints of Casablanca #EEA652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.16%

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

R = 48.97%
G = 34.16%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEA652 (or 0xEEA652) is known color: Casablanca. HEX triplet: EE, A6 and 52. RGB value is (238,166,82). Sum of RGB (Red+Green+Blue) = 238+166+82=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA652 is #1159AD. Grayscale: #B2B2B2. Windows color (decimal): -1137070 or 5416686. OLE color: 5416686.

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

Color convert

RGB 238 166 82 -
CMYK 0 0.30 0.66 0.07
HSL 32.31º 0.82% 0.63% -
HSV(B) 32.31º 0.66% 0.93% -
XYZ 50.42 46.06 14.22 -
YUV 177.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 238 166 82 0 0.30 0.66 0.07 32.31 0.82 0.63
Hex EE A6 52 0 1E 42 7 20 52 3F
Octal 356 246 122 0 36 102 7 40 122 77
Binary 11101110 10100110 1010010 0 11110 1000010 111 100000 1010010 111111

Color Harmonies of #EEA652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA652

Black with #EEA652

Text Example


Text Example

White with #EEA652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA652; }

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

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

background-color css

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

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

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

border-color css

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

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

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