Html Css Color HEX #EFA255 Sandy Brown

📋 copy color: '#EFA255'

red 239 ◦ green 162 ◦ blue 85

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

Shades of Sandy Brown #EFA255

Tints of Sandy Brown #EFA255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.33%

 BLUE value IS 85 (33.59% from 255) = 17.49%

R = 49.18%
G = 33.33%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFA255 (or 0xEFA255) is known color: Sandy Brown. HEX triplet: EF, A2 and 55. RGB value is (239,162,85). Sum of RGB (Red+Green+Blue) = 239+162+85=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA255 is #105DAA. Grayscale: #B0B0B0. Windows color (decimal): -1072555 or 5612271. OLE color: 5612271.

HSL color Cylindrical-coordinate representation of color #EFA255: hue angle of 30º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFA255 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 162 85 -
CMYK 0 0.32 0.64 0.06
HSL 30º 0.83% 0.64% -
HSV(B) 30º 0.64% 0.94% -
XYZ 50.16 44.85 14.61 -
YUV 176.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 239 162 85 0 0.32 0.64 0.06 30 0.83 0.64
Hex EF A2 55 0 20 40 6 1E 53 40
Octal 357 242 125 0 40 100 6 36 123 100
Binary 11101111 10100010 1010101 0 100000 1000000 110 11110 1010011 1000000

Color Harmonies of #EFA255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA255

Black with #EFA255

Text Example


Text Example

White with #EFA255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA255; }

 p { color: rgb(239,162,85); }

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

background-color css

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

 a { background-color: rgb(239,162,85); }

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

border-color css

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

 span { border-color: rgb(239,162,85); }

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