Html Css Color HEX #EE985A Sandy Brown

📋 copy color: '#EE985A'

red 238 ◦ green 152 ◦ blue 90

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

Shades of Sandy Brown #EE985A

Tints of Sandy Brown #EE985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.67%

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

R = 49.58%
G = 31.67%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE985A (or 0xEE985A) is known color: Sandy Brown. HEX triplet: EE, 98 and 5A. RGB value is (238,152,90). Sum of RGB (Red+Green+Blue) = 238+152+90=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE985A is #1167A5. Grayscale: #AAAAAA. Windows color (decimal): -1140646 or 5937390. OLE color: 5937390.

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

Color convert

RGB 238 152 90 -
CMYK 0 0.36 0.62 0.07
HSL 25.14º 0.81% 0.64% -
HSV(B) 25.14º 0.62% 0.93% -
XYZ 48.33 41.37 15.11 -
YUV 170.65 82.49 176.04 -
System Red Green Blue C M Y K H S L
Decimal 238 152 90 0 0.36 0.62 0.07 25.14 0.81 0.64
Hex EE 98 5A 0 24 3E 7 19 51 40
Octal 356 230 132 0 44 76 7 31 121 100
Binary 11101110 10011000 1011010 0 100100 111110 111 11001 1010001 1000000

Color Harmonies of #EE985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE985A

Black with #EE985A

Text Example


Text Example

White with #EE985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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