Html Css Color HEX #EEA954 Casablanca

📋 copy color: '#EEA954'

red 238 ◦ green 169 ◦ blue 84

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

Shades of Casablanca #EEA954

Tints of Casablanca #EEA954

RGB

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

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

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

R = 48.47%
G = 34.42%
B = 17.11%

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

#EEA954 (or 0xEEA954) is known color: Casablanca. HEX triplet: EE, A9 and 54. RGB value is (238,169,84). Sum of RGB (Red+Green+Blue) = 238+169+84=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA954 is #1156AB. Grayscale: #B4B4B4. Windows color (decimal): -1136300 or 5548526. OLE color: 5548526.

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

Color convert

RGB 238 169 84 -
CMYK 0 0.29 0.65 0.07
HSL 33.12º 0.82% 0.63% -
HSV(B) 33.12º 0.65% 0.93% -
XYZ 51.05 47.19 14.81 -
YUV 179.94 73.86 169.41 -
System Red Green Blue C M Y K H S L
Decimal 238 169 84 0 0.29 0.65 0.07 33.12 0.82 0.63
Hex EE A9 54 0 1D 41 7 21 52 3F
Octal 356 251 124 0 35 101 7 41 122 77
Binary 11101110 10101001 1010100 0 11101 1000001 111 100001 1010010 111111

Color Harmonies of #EEA954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA954

Black with #EEA954

Text Example


Text Example

White with #EEA954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA954; }

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

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

background-color css

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

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

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

border-color css

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

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

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