Html Css Color HEX #EEA84C Casablanca

📋 copy color: '#EEA84C'

red 238 ◦ green 168 ◦ blue 76

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

Shades of Casablanca #EEA84C

Tints of Casablanca #EEA84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.77%

R = 49.38%
G = 34.85%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEA84C (or 0xEEA84C) is known color: Casablanca. HEX triplet: EE, A8 and 4C. RGB value is (238,168,76). Sum of RGB (Red+Green+Blue) = 238+168+76=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA84C is #1157B3. Grayscale: #B2B2B2. Windows color (decimal): -1136564 or 5023982. OLE color: 5023982.

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

Color convert

RGB 238 168 76 -
CMYK 0 0.29 0.68 0.07
HSL 34.07º 0.83% 0.62% -
HSV(B) 34.07º 0.68% 0.93% -
XYZ 50.57 46.7 13.19 -
YUV 178.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 238 168 76 0 0.29 0.68 0.07 34.07 0.83 0.62
Hex EE A8 4C 0 1D 44 7 22 53 3E
Octal 356 250 114 0 35 104 7 42 123 76
Binary 11101110 10101000 1001100 0 11101 1000100 111 100010 1010011 111110

Color Harmonies of #EEA84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA84C

Black with #EEA84C

Text Example


Text Example

White with #EEA84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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