Html Css Color HEX #EFA06B Sandy Brown

📋 copy color: '#EFA06B'

red 239 ◦ green 160 ◦ blue 107

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

Shades of Sandy Brown #EFA06B

Tints of Sandy Brown #EFA06B

RGB

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

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

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

R = 47.23%
G = 31.62%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFA06B (or 0xEFA06B) is known color: Sandy Brown. HEX triplet: EF, A0 and 6B. RGB value is (239,160,107). Sum of RGB (Red+Green+Blue) = 239+160+107=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA06B is #105F94. Grayscale: #B1B1B1. Windows color (decimal): -1073045 or 7053551. OLE color: 7053551.

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

Color convert

RGB 239 160 107 -
CMYK 0 0.33 0.55 0.06
HSL 24.09º 0.8% 0.68% -
HSV(B) 24.09º 0.55% 0.94% -
XYZ 50.82 44.55 19.83 -
YUV 177.58 88.17 171.81 -
System Red Green Blue C M Y K H S L
Decimal 239 160 107 0 0.33 0.55 0.06 24.09 0.8 0.68
Hex EF A0 6B 0 21 37 6 18 50 44
Octal 357 240 153 0 41 67 6 30 120 104
Binary 11101111 10100000 1101011 0 100001 110111 110 11000 1010000 1000100

Color Harmonies of #EFA06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA06B

Black with #EFA06B

Text Example


Text Example

White with #EFA06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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