Html Css Color HEX #EF9A60 Sandy Brown

📋 copy color: '#EF9A60'

red 239 ◦ green 154 ◦ blue 96

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

Shades of Sandy Brown #EF9A60

Tints of Sandy Brown #EF9A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

 BLUE value IS 96 (37.89% from 255) = 19.63%

R = 48.88%
G = 31.49%
B = 19.63%

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

#EF9A60 (or 0xEF9A60) is known color: Sandy Brown. HEX triplet: EF, 9A and 60. RGB value is (239,154,96). Sum of RGB (Red+Green+Blue) = 239+154+96=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A60 is #10659F. Grayscale: #ADADAD. Windows color (decimal): -1074592 or 6331119. OLE color: 6331119.

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

Color convert

RGB 239 154 96 -
CMYK 0 0.36 0.60 0.06
HSL 24.34º 0.82% 0.66% -
HSV(B) 24.34º 0.6% 0.94% -
XYZ 49.26 42.31 16.64 -
YUV 172.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 239 154 96 0 0.36 0.60 0.06 24.34 0.82 0.66
Hex EF 9A 60 0 24 3C 6 18 52 42
Octal 357 232 140 0 44 74 6 30 122 102
Binary 11101111 10011010 1100000 0 100100 111100 110 11000 1010010 1000010

Color Harmonies of #EF9A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A60

Black with #EF9A60

Text Example


Text Example

White with #EF9A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A60; }

 p { color: rgb(239,154,96); }

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

background-color css

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

 a { background-color: rgb(239,154,96); }

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

border-color css

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

 span { border-color: rgb(239,154,96); }

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