Html Css Color HEX #EF955B Sandy Brown

📋 copy color: '#EF955B'

red 239 ◦ green 149 ◦ blue 91

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

Shades of Sandy Brown #EF955B

Tints of Sandy Brown #EF955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.11%

 BLUE value IS 91 (35.94% from 255) = 19%

R = 49.9%
G = 31.11%
B = 19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF955B (or 0xEF955B) is known color: Sandy Brown. HEX triplet: EF, 95 and 5B. RGB value is (239,149,91). Sum of RGB (Red+Green+Blue) = 239+149+91=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF955B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF955B is #106AA4. Grayscale: #A9A9A9. Windows color (decimal): -1075877 or 6002159. OLE color: 6002159.

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

Color convert

RGB 239 149 91 -
CMYK 0 0.38 0.62 0.06
HSL 23.51º 0.82% 0.65% -
HSV(B) 23.51º 0.62% 0.94% -
XYZ 48.23 40.6 15.19 -
YUV 169.3 83.82 177.72 -
System Red Green Blue C M Y K H S L
Decimal 239 149 91 0 0.38 0.62 0.06 23.51 0.82 0.65
Hex EF 95 5B 0 26 3E 6 18 52 41
Octal 357 225 133 0 46 76 6 30 122 101
Binary 11101111 10010101 1011011 0 100110 111110 110 11000 1010010 1000001

Color Harmonies of #EF955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF955B

Black with #EF955B

Text Example


Text Example

White with #EF955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF955B; }

 p { color: rgb(239,149,91); }

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

background-color css

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

 a { background-color: rgb(239,149,91); }

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

border-color css

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

 span { border-color: rgb(239,149,91); }

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