Html Css Color HEX #EFAA6A Sandy Brown

📋 copy color: '#EFAA6A'

red 239 ◦ green 170 ◦ blue 106

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

Shades of Sandy Brown #EFAA6A

Tints of Sandy Brown #EFAA6A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.01%

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

R = 46.41%
G = 33.01%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFAA6A (or 0xEFAA6A) is known color: Sandy Brown. HEX triplet: EF, AA and 6A. RGB value is (239,170,106). Sum of RGB (Red+Green+Blue) = 239+170+106=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA6A is #105595. Grayscale: #B7B7B7. Windows color (decimal): -1070486 or 6990575. OLE color: 6990575.

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

Color convert

RGB 239 170 106 -
CMYK 0 0.29 0.56 0.06
HSL 28.87º 0.81% 0.68% -
HSV(B) 28.87º 0.56% 0.94% -
XYZ 52.57 48.14 20.16 -
YUV 183.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 239 170 106 0 0.29 0.56 0.06 28.87 0.81 0.68
Hex EF AA 6A 0 1D 38 6 1D 51 44
Octal 357 252 152 0 35 70 6 35 121 104
Binary 11101111 10101010 1101010 0 11101 111000 110 11101 1010001 1000100

Color Harmonies of #EFAA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA6A

Black with #EFAA6A

Text Example


Text Example

White with #EFAA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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