Html Css Color HEX #EEA955 Casablanca

📋 copy color: '#EEA955'

red 238 ◦ green 169 ◦ blue 85

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

Shades of Casablanca #EEA955

Tints of Casablanca #EEA955

RGB

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

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

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

R = 48.37%
G = 34.35%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEA955 (or 0xEEA955) is known color: Casablanca. HEX triplet: EE, A9 and 55. RGB value is (238,169,85). Sum of RGB (Red+Green+Blue) = 238+169+85=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA955 is #1156AA. Grayscale: #B4B4B4. Windows color (decimal): -1136299 or 5614062. OLE color: 5614062.

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

Color convert

RGB 238 169 85 -
CMYK 0 0.29 0.64 0.07
HSL 32.94º 0.82% 0.63% -
HSV(B) 32.94º 0.64% 0.93% -
XYZ 51.09 47.21 15.01 -
YUV 180.06 74.36 169.33 -
System Red Green Blue C M Y K H S L
Decimal 238 169 85 0 0.29 0.64 0.07 32.94 0.82 0.63
Hex EE A9 55 0 1D 40 7 21 52 3F
Octal 356 251 125 0 35 100 7 41 122 77
Binary 11101110 10101001 1010101 0 11101 1000000 111 100001 1010010 111111

Color Harmonies of #EEA955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA955

Black with #EEA955

Text Example


Text Example

White with #EEA955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA955; }

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

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

background-color css

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

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

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

border-color css

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

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

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