Html Css Color HEX #EEAD55 Casablanca

📋 copy color: '#EEAD55'

red 238 ◦ green 173 ◦ blue 85

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

Shades of Casablanca #EEAD55

Tints of Casablanca #EEAD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

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

R = 47.98%
G = 34.88%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEAD55 (or 0xEEAD55) is known color: Casablanca. HEX triplet: EE, AD and 55. RGB value is (238,173,85). Sum of RGB (Red+Green+Blue) = 238+173+85=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD55 is #1152AA. Grayscale: #B6B6B6. Windows color (decimal): -1135275 or 5615086. OLE color: 5615086.

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

Color convert

RGB 238 173 85 -
CMYK 0 0.27 0.64 0.07
HSL 34.51º 0.82% 0.63% -
HSV(B) 34.51º 0.64% 0.93% -
XYZ 51.84 48.72 15.27 -
YUV 182.4 73.03 167.66 -
System Red Green Blue C M Y K H S L
Decimal 238 173 85 0 0.27 0.64 0.07 34.51 0.82 0.63
Hex EE AD 55 0 1B 40 7 23 52 3F
Octal 356 255 125 0 33 100 7 43 122 77
Binary 11101110 10101101 1010101 0 11011 1000000 111 100011 1010010 111111

Color Harmonies of #EEAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD55

Black with #EEAD55

Text Example


Text Example

White with #EEAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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