Html Css Color HEX #EF965F Sandy Brown

📋 copy color: '#EF965F'

red 239 ◦ green 150 ◦ blue 95

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

Shades of Sandy Brown #EF965F

Tints of Sandy Brown #EF965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 49.38%
G = 30.99%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF965F (or 0xEF965F) is known color: Sandy Brown. HEX triplet: EF, 96 and 5F. RGB value is (239,150,95). Sum of RGB (Red+Green+Blue) = 239+150+95=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF965F is #1069A0. Grayscale: #AAAAAA. Windows color (decimal): -1075617 or 6264559. OLE color: 6264559.

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

Color convert

RGB 239 150 95 -
CMYK 0 0.37 0.60 0.06
HSL 22.92º 0.82% 0.65% -
HSV(B) 22.92º 0.6% 0.94% -
XYZ 48.57 40.99 16.18 -
YUV 170.34 85.49 176.97 -
System Red Green Blue C M Y K H S L
Decimal 239 150 95 0 0.37 0.60 0.06 22.92 0.82 0.65
Hex EF 96 5F 0 25 3C 6 17 52 41
Octal 357 226 137 0 45 74 6 27 122 101
Binary 11101111 10010110 1011111 0 100101 111100 110 10111 1010010 1000001

Color Harmonies of #EF965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF965F

Black with #EF965F

Text Example


Text Example

White with #EF965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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