Html Css Color HEX #EF965E Sandy Brown

📋 copy color: '#EF965E'

red 239 ◦ green 150 ◦ blue 94

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

Shades of Sandy Brown #EF965E

Tints of Sandy Brown #EF965E

RGB

 RED value IS 239 (93.75% from 255) = 49.48%

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

 BLUE value IS 94 (37.11% from 255) = 19.46%

R = 49.48%
G = 31.06%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF965E (or 0xEF965E) is known color: Sandy Brown. HEX triplet: EF, 96 and 5E. RGB value is (239,150,94). Sum of RGB (Red+Green+Blue) = 239+150+94=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF965E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF965E is #1069A1. Grayscale: #AAAAAA. Windows color (decimal): -1075618 or 6199023. OLE color: 6199023.

HSL color Cylindrical-coordinate representation of color #EF965E: hue angle of 23.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF965E is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 94 -
CMYK 0 0.37 0.61 0.06
HSL 23.17º 0.82% 0.65% -
HSV(B) 23.17º 0.61% 0.94% -
XYZ 48.52 40.97 15.94 -
YUV 170.23 84.99 177.05 -
System Red Green Blue C M Y K H S L
Decimal 239 150 94 0 0.37 0.61 0.06 23.17 0.82 0.65
Hex EF 96 5E 0 25 3D 6 17 52 41
Octal 357 226 136 0 45 75 6 27 122 101
Binary 11101111 10010110 1011110 0 100101 111101 110 10111 1010010 1000001

Color Harmonies of #EF965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF965E

Black with #EF965E

Text Example


Text Example

White with #EF965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF965E; }

 p { color: rgb(239,150,94); }

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

background-color css

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

 a { background-color: rgb(239,150,94); }

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

border-color css

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

 span { border-color: rgb(239,150,94); }

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