Html Css Color HEX #EF9864 Sandy Brown

📋 copy color: '#EF9864'

red 239 ◦ green 152 ◦ blue 100

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

Shades of Sandy Brown #EF9864

Tints of Sandy Brown #EF9864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 48.68%
G = 30.96%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF9864 (or 0xEF9864) is known color: Sandy Brown. HEX triplet: EF, 98 and 64. RGB value is (239,152,100). Sum of RGB (Red+Green+Blue) = 239+152+100=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9864 is #10679B. Grayscale: #ACACAC. Windows color (decimal): -1075100 or 6592751. OLE color: 6592751.

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

Color convert

RGB 239 152 100 -
CMYK 0 0.36 0.58 0.06
HSL 22.45º 0.81% 0.66% -
HSV(B) 22.45º 0.58% 0.94% -
XYZ 49.13 41.73 17.52 -
YUV 172.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 239 152 100 0 0.36 0.58 0.06 22.45 0.81 0.66
Hex EF 98 64 0 24 3A 6 16 51 42
Octal 357 230 144 0 44 72 6 26 121 102
Binary 11101111 10011000 1100100 0 100100 111010 110 10110 1010001 1000010

Color Harmonies of #EF9864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9864

Black with #EF9864

Text Example


Text Example

White with #EF9864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9864; }

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

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

background-color css

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

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

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

border-color css

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

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

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