Html Css Color HEX #EFA06A Sandy Brown

📋 copy color: '#EFA06A'

red 239 ◦ green 160 ◦ blue 106

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

Shades of Sandy Brown #EFA06A

Tints of Sandy Brown #EFA06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.99%

R = 47.33%
G = 31.68%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFA06A (or 0xEFA06A) is known color: Sandy Brown. HEX triplet: EF, A0 and 6A. RGB value is (239,160,106). Sum of RGB (Red+Green+Blue) = 239+160+106=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA06A is #105F95. Grayscale: #B1B1B1. Windows color (decimal): -1073046 or 6988015. OLE color: 6988015.

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

Color convert

RGB 239 160 106 -
CMYK 0 0.33 0.56 0.06
HSL 24.36º 0.81% 0.68% -
HSV(B) 24.36º 0.56% 0.94% -
XYZ 50.77 44.53 19.56 -
YUV 177.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 239 160 106 0 0.33 0.56 0.06 24.36 0.81 0.68
Hex EF A0 6A 0 21 38 6 18 51 44
Octal 357 240 152 0 41 70 6 30 121 104
Binary 11101111 10100000 1101010 0 100001 111000 110 11000 1010001 1000100

Color Harmonies of #EFA06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA06A

Black with #EFA06A

Text Example


Text Example

White with #EFA06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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