Html Css Color HEX #EE965A Sandy Brown

📋 copy color: '#EE965A'

red 238 ◦ green 150 ◦ blue 90

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

Shades of Sandy Brown #EE965A

Tints of Sandy Brown #EE965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

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

R = 49.79%
G = 31.38%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE965A (or 0xEE965A) is known color: Sandy Brown. HEX triplet: EE, 96 and 5A. RGB value is (238,150,90). Sum of RGB (Red+Green+Blue) = 238+150+90=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE965A is #1169A5. Grayscale: #A9A9A9. Windows color (decimal): -1141158 or 5936878. OLE color: 5936878.

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

Color convert

RGB 238 150 90 -
CMYK 0 0.37 0.62 0.07
HSL 24.32º 0.81% 0.64% -
HSV(B) 24.32º 0.62% 0.93% -
XYZ 48.01 40.73 15 -
YUV 169.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 238 150 90 0 0.37 0.62 0.07 24.32 0.81 0.64
Hex EE 96 5A 0 25 3E 7 18 51 40
Octal 356 226 132 0 45 76 7 30 121 100
Binary 11101110 10010110 1011010 0 100101 111110 111 11000 1010001 1000000

Color Harmonies of #EE965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE965A

Black with #EE965A

Text Example


Text Example

White with #EE965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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