Html Css Color HEX #EF9A5E Sandy Brown

📋 copy color: '#EF9A5E'

red 239 ◦ green 154 ◦ blue 94

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

Shades of Sandy Brown #EF9A5E

Tints of Sandy Brown #EF9A5E

RGB

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

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

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

R = 49.08%
G = 31.62%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF9A5E (or 0xEF9A5E) is known color: Sandy Brown. HEX triplet: EF, 9A and 5E. RGB value is (239,154,94). Sum of RGB (Red+Green+Blue) = 239+154+94=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A5E is #1065A1. Grayscale: #ACACAC. Windows color (decimal): -1074594 or 6200047. OLE color: 6200047.

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

Color convert

RGB 239 154 94 -
CMYK 0 0.36 0.61 0.06
HSL 24.83º 0.82% 0.65% -
HSV(B) 24.83º 0.61% 0.94% -
XYZ 49.17 42.27 16.16 -
YUV 172.58 83.66 175.38 -
System Red Green Blue C M Y K H S L
Decimal 239 154 94 0 0.36 0.61 0.06 24.83 0.82 0.65
Hex EF 9A 5E 0 24 3D 6 19 52 41
Octal 357 232 136 0 44 75 6 31 122 101
Binary 11101111 10011010 1011110 0 100100 111101 110 11001 1010010 1000001

Color Harmonies of #EF9A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A5E

Black with #EF9A5E

Text Example


Text Example

White with #EF9A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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