Html Css Color HEX #EEA864 Sandy Brown

📋 copy color: '#EEA864'

red 238 ◦ green 168 ◦ blue 100

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

Shades of Sandy Brown #EEA864

Tints of Sandy Brown #EEA864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.76%

R = 47.04%
G = 33.2%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEA864 (or 0xEEA864) is known color: Sandy Brown. HEX triplet: EE, A8 and 64. RGB value is (238,168,100). Sum of RGB (Red+Green+Blue) = 238+168+100=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA864 is #11579B. Grayscale: #B5B5B5. Windows color (decimal): -1136540 or 6596846. OLE color: 6596846.

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

Color convert

RGB 238 168 100 -
CMYK 0 0.29 0.58 0.07
HSL 29.57º 0.8% 0.66% -
HSV(B) 29.57º 0.58% 0.93% -
XYZ 51.56 47.1 18.43 -
YUV 181.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 238 168 100 0 0.29 0.58 0.07 29.57 0.8 0.66
Hex EE A8 64 0 1D 3A 7 1E 50 42
Octal 356 250 144 0 35 72 7 36 120 102
Binary 11101110 10101000 1100100 0 11101 111010 111 11110 1010000 1000010

Color Harmonies of #EEA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA864

Black with #EEA864

Text Example


Text Example

White with #EEA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA864; }

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

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

background-color css

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

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

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

border-color css

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

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

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