Html Css Color HEX #EEA16A Sandy Brown

📋 copy color: '#EEA16A'

red 238 ◦ green 161 ◦ blue 106

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

Shades of Sandy Brown #EEA16A

Tints of Sandy Brown #EEA16A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.88%

 BLUE value IS 106 (41.8% from 255) = 20.99%

R = 47.13%
G = 31.88%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EEA16A (or 0xEEA16A) is known color: Sandy Brown. HEX triplet: EE, A1 and 6A. RGB value is (238,161,106). Sum of RGB (Red+Green+Blue) = 238+161+106=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA16A is #115E95. Grayscale: #B2B2B2. Windows color (decimal): -1138326 or 6988270. OLE color: 6988270.

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

Color convert

RGB 238 161 106 -
CMYK 0 0.32 0.55 0.07
HSL 25º 0.8% 0.67% -
HSV(B) 25º 0.55% 0.93% -
XYZ 50.61 44.71 19.6 -
YUV 177.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 238 161 106 0 0.32 0.55 0.07 25 0.8 0.67
Hex EE A1 6A 0 20 37 7 19 50 43
Octal 356 241 152 0 40 67 7 31 120 103
Binary 11101110 10100001 1101010 0 100000 110111 111 11001 1010000 1000011

Color Harmonies of #EEA16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA16A

Black with #EEA16A

Text Example


Text Example

White with #EEA16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA16A; }

 p { color: rgb(238,161,106); }

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

background-color css

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

 a { background-color: rgb(238,161,106); }

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

border-color css

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

 span { border-color: rgb(238,161,106); }

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