Html Css Color HEX #EF9E5F Sandy Brown

📋 copy color: '#EF9E5F'

red 239 ◦ green 158 ◦ blue 95

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

Shades of Sandy Brown #EF9E5F

Tints of Sandy Brown #EF9E5F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.11%

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

R = 48.58%
G = 32.11%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF9E5F (or 0xEF9E5F) is known color: Sandy Brown. HEX triplet: EF, 9E and 5F. RGB value is (239,158,95). Sum of RGB (Red+Green+Blue) = 239+158+95=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E5F is #1061A0. Grayscale: #AFAFAF. Windows color (decimal): -1073569 or 6266607. OLE color: 6266607.

HSL color Cylindrical-coordinate representation of color #EF9E5F: hue angle of 26.25º 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 #EF9E5F is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 158 95 -
CMYK 0 0.34 0.60 0.06
HSL 26.25º 0.82% 0.65% -
HSV(B) 26.25º 0.6% 0.94% -
XYZ 49.89 43.63 16.62 -
YUV 175.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 239 158 95 0 0.34 0.60 0.06 26.25 0.82 0.65
Hex EF 9E 5F 0 22 3C 6 1A 52 41
Octal 357 236 137 0 42 74 6 32 122 101
Binary 11101111 10011110 1011111 0 100010 111100 110 11010 1010010 1000001

Color Harmonies of #EF9E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E5F

Black with #EF9E5F

Text Example


Text Example

White with #EF9E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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