Html Css Color HEX #EFAA6B Sandy Brown

📋 copy color: '#EFAA6B'

red 239 ◦ green 170 ◦ blue 107

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

Shades of Sandy Brown #EFAA6B

Tints of Sandy Brown #EFAA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.74%

R = 46.32%
G = 32.95%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFAA6B (or 0xEFAA6B) is known color: Sandy Brown. HEX triplet: EF, AA and 6B. RGB value is (239,170,107). Sum of RGB (Red+Green+Blue) = 239+170+107=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA6B is #105594. Grayscale: #B7B7B7. Windows color (decimal): -1070485 or 7056111. OLE color: 7056111.

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

Color convert

RGB 239 170 107 -
CMYK 0 0.29 0.55 0.06
HSL 28.64º 0.8% 0.68% -
HSV(B) 28.64º 0.55% 0.94% -
XYZ 52.63 48.16 20.43 -
YUV 183.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 239 170 107 0 0.29 0.55 0.06 28.64 0.8 0.68
Hex EF AA 6B 0 1D 37 6 1D 50 44
Octal 357 252 153 0 35 67 6 35 120 104
Binary 11101111 10101010 1101011 0 11101 110111 110 11101 1010000 1000100

Color Harmonies of #EFAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA6B

Black with #EFAA6B

Text Example


Text Example

White with #EFAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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