Html Css Color HEX #EEA655 Casablanca

📋 copy color: '#EEA655'

red 238 ◦ green 166 ◦ blue 85

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

Shades of Casablanca #EEA655

Tints of Casablanca #EEA655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.38%

R = 48.67%
G = 33.95%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEA655 (or 0xEEA655) is known color: Casablanca. HEX triplet: EE, A6 and 55. RGB value is (238,166,85). Sum of RGB (Red+Green+Blue) = 238+166+85=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA655 is #1159AA. Grayscale: #B2B2B2. Windows color (decimal): -1137067 or 5613294. OLE color: 5613294.

HSL color Cylindrical-coordinate representation of color #EEA655: hue angle of 31.76º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEA655 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 166 85 -
CMYK 0 0.30 0.64 0.07
HSL 31.76º 0.82% 0.63% -
HSV(B) 31.76º 0.64% 0.93% -
XYZ 50.54 46.11 14.83 -
YUV 178.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 238 166 85 0 0.30 0.64 0.07 31.76 0.82 0.63
Hex EE A6 55 0 1E 40 7 20 52 3F
Octal 356 246 125 0 36 100 7 40 122 77
Binary 11101110 10100110 1010101 0 11110 1000000 111 100000 1010010 111111

Color Harmonies of #EEA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA655

Black with #EEA655

Text Example


Text Example

White with #EEA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA655; }

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

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

background-color css

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

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

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

border-color css

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

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

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