Html Css Color HEX #EE9A5A Sandy Brown

📋 copy color: '#EE9A5A'

red 238 ◦ green 154 ◦ blue 90

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

Shades of Sandy Brown #EE9A5A

Tints of Sandy Brown #EE9A5A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.95%

 BLUE value IS 90 (35.55% from 255) = 18.67%

R = 49.38%
G = 31.95%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE9A5A (or 0xEE9A5A) is known color: Sandy Brown. HEX triplet: EE, 9A and 5A. RGB value is (238,154,90). Sum of RGB (Red+Green+Blue) = 238+154+90=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9A5A is #1165A5. Grayscale: #ACACAC. Windows color (decimal): -1140134 or 5937902. OLE color: 5937902.

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

Color convert

RGB 238 154 90 -
CMYK 0 0.35 0.62 0.07
HSL 25.95º 0.81% 0.64% -
HSV(B) 25.95º 0.62% 0.93% -
XYZ 48.66 42.03 15.22 -
YUV 171.82 81.83 175.2 -
System Red Green Blue C M Y K H S L
Decimal 238 154 90 0 0.35 0.62 0.07 25.95 0.81 0.64
Hex EE 9A 5A 0 23 3E 7 1A 51 40
Octal 356 232 132 0 43 76 7 32 121 100
Binary 11101110 10011010 1011010 0 100011 111110 111 11010 1010001 1000000

Color Harmonies of #EE9A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9A5A

Black with #EE9A5A

Text Example


Text Example

White with #EE9A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9A5A; }

 p { color: rgb(238,154,90); }

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

background-color css

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

 a { background-color: rgb(238,154,90); }

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

border-color css

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

 span { border-color: rgb(238,154,90); }

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