Html Css Color HEX #EEAC55 Casablanca

📋 copy color: '#EEAC55'

red 238 ◦ green 172 ◦ blue 85

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

Shades of Casablanca #EEAC55

Tints of Casablanca #EEAC55

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.75%

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

R = 48.08%
G = 34.75%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEAC55 (or 0xEEAC55) is known color: Casablanca. HEX triplet: EE, AC and 55. RGB value is (238,172,85). Sum of RGB (Red+Green+Blue) = 238+172+85=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAC55 is #1153AA. Grayscale: #B6B6B6. Windows color (decimal): -1135531 or 5614830. OLE color: 5614830.

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

Color convert

RGB 238 172 85 -
CMYK 0 0.28 0.64 0.07
HSL 34.12º 0.82% 0.63% -
HSV(B) 34.12º 0.64% 0.93% -
XYZ 51.65 48.34 15.2 -
YUV 181.82 73.37 168.07 -
System Red Green Blue C M Y K H S L
Decimal 238 172 85 0 0.28 0.64 0.07 34.12 0.82 0.63
Hex EE AC 55 0 1C 40 7 22 52 3F
Octal 356 254 125 0 34 100 7 42 122 77
Binary 11101110 10101100 1010101 0 11100 1000000 111 100010 1010010 111111

Color Harmonies of #EEAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC55

Black with #EEAC55

Text Example


Text Example

White with #EEAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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