Html Css Color HEX #EEA755 Casablanca

📋 copy color: '#EEA755'

red 238 ◦ green 167 ◦ blue 85

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

Shades of Casablanca #EEA755

Tints of Casablanca #EEA755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.08%

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

R = 48.57%
G = 34.08%
B = 17.35%

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

#EEA755 (or 0xEEA755) is known color: Casablanca. HEX triplet: EE, A7 and 55. RGB value is (238,167,85). Sum of RGB (Red+Green+Blue) = 238+167+85=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA755 is #1158AA. Grayscale: #B3B3B3. Windows color (decimal): -1136811 or 5613550. OLE color: 5613550.

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

Color convert

RGB 238 167 85 -
CMYK 0 0.30 0.64 0.07
HSL 32.16º 0.82% 0.63% -
HSV(B) 32.16º 0.64% 0.93% -
XYZ 50.72 46.47 14.89 -
YUV 178.88 75.02 170.17 -
System Red Green Blue C M Y K H S L
Decimal 238 167 85 0 0.30 0.64 0.07 32.16 0.82 0.63
Hex EE A7 55 0 1E 40 7 20 52 3F
Octal 356 247 125 0 36 100 7 40 122 77
Binary 11101110 10100111 1010101 0 11110 1000000 111 100000 1010010 111111

Color Harmonies of #EEA755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA755

Black with #EEA755

Text Example


Text Example

White with #EEA755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA755; }

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

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

background-color css

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

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

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

border-color css

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

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

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