Html Css Color HEX #EF9965 Sandy Brown

📋 copy color: '#EF9965'

red 239 ◦ green 153 ◦ blue 101

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

Shades of Sandy Brown #EF9965

Tints of Sandy Brown #EF9965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.49%

R = 48.48%
G = 31.03%
B = 20.49%

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

#EF9965 (or 0xEF9965) is known color: Sandy Brown. HEX triplet: EF, 99 and 65. RGB value is (239,153,101). Sum of RGB (Red+Green+Blue) = 239+153+101=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9965 is #10669A. Grayscale: #ADADAD. Windows color (decimal): -1074843 or 6658543. OLE color: 6658543.

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

Color convert

RGB 239 153 101 -
CMYK 0 0.36 0.58 0.06
HSL 22.61º 0.81% 0.67% -
HSV(B) 22.61º 0.58% 0.94% -
XYZ 49.34 42.07 17.83 -
YUV 172.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 239 153 101 0 0.36 0.58 0.06 22.61 0.81 0.67
Hex EF 99 65 0 24 3A 6 17 51 43
Octal 357 231 145 0 44 72 6 27 121 103
Binary 11101111 10011001 1100101 0 100100 111010 110 10111 1010001 1000011

Color Harmonies of #EF9965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9965

Black with #EF9965

Text Example


Text Example

White with #EF9965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9965; }

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

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

background-color css

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

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

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

border-color css

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

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

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