Html Css Color HEX #EF995F Sandy Brown

📋 copy color: '#EF995F'

red 239 ◦ green 153 ◦ blue 95

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

Shades of Sandy Brown #EF995F

Tints of Sandy Brown #EF995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.42%

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

R = 49.08%
G = 31.42%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF995F (or 0xEF995F) is known color: Sandy Brown. HEX triplet: EF, 99 and 5F. RGB value is (239,153,95). Sum of RGB (Red+Green+Blue) = 239+153+95=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF995F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF995F is #1066A0. Grayscale: #ACACAC. Windows color (decimal): -1074849 or 6265327. OLE color: 6265327.

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

Color convert

RGB 239 153 95 -
CMYK 0 0.36 0.60 0.06
HSL 24.17º 0.82% 0.65% -
HSV(B) 24.17º 0.6% 0.94% -
XYZ 49.05 41.96 16.34 -
YUV 172.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 239 153 95 0 0.36 0.60 0.06 24.17 0.82 0.65
Hex EF 99 5F 0 24 3C 6 18 52 41
Octal 357 231 137 0 44 74 6 30 122 101
Binary 11101111 10011001 1011111 0 100100 111100 110 11000 1010010 1000001

Color Harmonies of #EF995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF995F

Black with #EF995F

Text Example


Text Example

White with #EF995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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