Html Css Color HEX #EF9966 Sandy Brown

📋 copy color: '#EF9966'

red 239 ◦ green 153 ◦ blue 102

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

Shades of Sandy Brown #EF9966

Tints of Sandy Brown #EF9966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.65%

R = 48.38%
G = 30.97%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF9966 (or 0xEF9966) is known color: Sandy Brown. HEX triplet: EF, 99 and 66. RGB value is (239,153,102). Sum of RGB (Red+Green+Blue) = 239+153+102=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9966 is #106699. Grayscale: #ADADAD. Windows color (decimal): -1074842 or 6724079. OLE color: 6724079.

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

Color convert

RGB 239 153 102 -
CMYK 0 0.36 0.57 0.06
HSL 22.34º 0.81% 0.67% -
HSV(B) 22.34º 0.57% 0.94% -
XYZ 49.39 42.09 18.09 -
YUV 172.9 87.99 175.15 -
System Red Green Blue C M Y K H S L
Decimal 239 153 102 0 0.36 0.57 0.06 22.34 0.81 0.67
Hex EF 99 66 0 24 39 6 16 51 43
Octal 357 231 146 0 44 71 6 26 121 103
Binary 11101111 10011001 1100110 0 100100 111001 110 10110 1010001 1000011

Color Harmonies of #EF9966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9966

Black with #EF9966

Text Example


Text Example

White with #EF9966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9966; }

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

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

background-color css

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

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

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

border-color css

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

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

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