Html Css Color HEX #EF985E Sandy Brown

📋 copy color: '#EF985E'

red 239 ◦ green 152 ◦ blue 94

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

Shades of Sandy Brown #EF985E

Tints of Sandy Brown #EF985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.34%

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

R = 49.28%
G = 31.34%
B = 19.38%

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

#EF985E (or 0xEF985E) is known color: Sandy Brown. HEX triplet: EF, 98 and 5E. RGB value is (239,152,94). Sum of RGB (Red+Green+Blue) = 239+152+94=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF985E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF985E is #1067A1. Grayscale: #ABABAB. Windows color (decimal): -1075106 or 6199535. OLE color: 6199535.

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

Color convert

RGB 239 152 94 -
CMYK 0 0.36 0.61 0.06
HSL 24º 0.82% 0.65% -
HSV(B) 24º 0.61% 0.94% -
XYZ 48.85 41.62 16.05 -
YUV 171.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 239 152 94 0 0.36 0.61 0.06 24 0.82 0.65
Hex EF 98 5E 0 24 3D 6 18 52 41
Octal 357 230 136 0 44 75 6 30 122 101
Binary 11101111 10011000 1011110 0 100100 111101 110 11000 1010010 1000001

Color Harmonies of #EF985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF985E

Black with #EF985E

Text Example


Text Example

White with #EF985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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