Html Css Color HEX #EEA854 Casablanca

📋 copy color: '#EEA854'

red 238 ◦ green 168 ◦ blue 84

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

Shades of Casablanca #EEA854

Tints of Casablanca #EEA854

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.29%

 BLUE value IS 84 (33.2% from 255) = 17.14%

R = 48.57%
G = 34.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EEA854 (or 0xEEA854) is known color: Casablanca. HEX triplet: EE, A8 and 54. RGB value is (238,168,84). Sum of RGB (Red+Green+Blue) = 238+168+84=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA854 is #1157AB. Grayscale: #B3B3B3. Windows color (decimal): -1136556 or 5548270. OLE color: 5548270.

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

Color convert

RGB 238 168 84 -
CMYK 0 0.29 0.65 0.07
HSL 32.73º 0.82% 0.63% -
HSV(B) 32.73º 0.65% 0.93% -
XYZ 50.86 46.82 14.74 -
YUV 179.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 238 168 84 0 0.29 0.65 0.07 32.73 0.82 0.63
Hex EE A8 54 0 1D 41 7 21 52 3F
Octal 356 250 124 0 35 101 7 41 122 77
Binary 11101110 10101000 1010100 0 11101 1000001 111 100001 1010010 111111

Color Harmonies of #EEA854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA854

Black with #EEA854

Text Example


Text Example

White with #EEA854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA854; }

 p { color: rgb(238,168,84); }

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

background-color css

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

 a { background-color: rgb(238,168,84); }

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

border-color css

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

 span { border-color: rgb(238,168,84); }

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