Html Css Color HEX #EF965C Sandy Brown

📋 copy color: '#EF965C'

red 239 ◦ green 150 ◦ blue 92

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

Shades of Sandy Brown #EF965C

Tints of Sandy Brown #EF965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

 BLUE value IS 92 (36.33% from 255) = 19.13%

R = 49.69%
G = 31.19%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF965C (or 0xEF965C) is known color: Sandy Brown. HEX triplet: EF, 96 and 5C. RGB value is (239,150,92). Sum of RGB (Red+Green+Blue) = 239+150+92=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF965C is #1069A3. Grayscale: #AAAAAA. Windows color (decimal): -1075620 or 6067951. OLE color: 6067951.

HSL color Cylindrical-coordinate representation of color #EF965C: hue angle of 23.67º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF965C is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 92 -
CMYK 0 0.37 0.62 0.06
HSL 23.67º 0.82% 0.65% -
HSV(B) 23.67º 0.62% 0.94% -
XYZ 48.43 40.94 15.47 -
YUV 170 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 239 150 92 0 0.37 0.62 0.06 23.67 0.82 0.65
Hex EF 96 5C 0 25 3E 6 18 52 41
Octal 357 226 134 0 45 76 6 30 122 101
Binary 11101111 10010110 1011100 0 100101 111110 110 11000 1010010 1000001

Color Harmonies of #EF965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF965C

Black with #EF965C

Text Example


Text Example

White with #EF965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF965C; }

 p { color: rgb(239,150,92); }

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

background-color css

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

 a { background-color: rgb(239,150,92); }

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

border-color css

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

 span { border-color: rgb(239,150,92); }

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