Html Css Color HEX #EFA05E Sandy Brown

📋 copy color: '#EFA05E'

red 239 ◦ green 160 ◦ blue 94

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

Shades of Sandy Brown #EFA05E

Tints of Sandy Brown #EFA05E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.45%

 BLUE value IS 94 (37.11% from 255) = 19.07%

R = 48.48%
G = 32.45%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFA05E (or 0xEFA05E) is known color: Sandy Brown. HEX triplet: EF, A0 and 5E. RGB value is (239,160,94). Sum of RGB (Red+Green+Blue) = 239+160+94=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA05E is #105FA1. Grayscale: #B0B0B0. Windows color (decimal): -1073058 or 6201583. OLE color: 6201583.

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

Color convert

RGB 239 160 94 -
CMYK 0 0.33 0.61 0.06
HSL 27.31º 0.82% 0.65% -
HSV(B) 27.31º 0.61% 0.94% -
XYZ 50.19 44.3 16.5 -
YUV 176.1 81.67 172.87 -
System Red Green Blue C M Y K H S L
Decimal 239 160 94 0 0.33 0.61 0.06 27.31 0.82 0.65
Hex EF A0 5E 0 21 3D 6 1B 52 41
Octal 357 240 136 0 41 75 6 33 122 101
Binary 11101111 10100000 1011110 0 100001 111101 110 11011 1010010 1000001

Color Harmonies of #EFA05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA05E

Black with #EFA05E

Text Example


Text Example

White with #EFA05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA05E; }

 p { color: rgb(239,160,94); }

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

background-color css

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

 a { background-color: rgb(239,160,94); }

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

border-color css

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

 span { border-color: rgb(239,160,94); }

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