Html Css Color HEX #EFA96B Sandy Brown

📋 copy color: '#EFA96B'

red 239 ◦ green 169 ◦ blue 107

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

Shades of Sandy Brown #EFA96B

Tints of Sandy Brown #EFA96B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.82%

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

R = 46.41%
G = 32.82%
B = 20.78%

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

#EFA96B (or 0xEFA96B) is known color: Sandy Brown. HEX triplet: EF, A9 and 6B. RGB value is (239,169,107). Sum of RGB (Red+Green+Blue) = 239+169+107=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA96B is #105694. Grayscale: #B7B7B7. Windows color (decimal): -1070741 or 7055855. OLE color: 7055855.

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

Color convert

RGB 239 169 107 -
CMYK 0 0.29 0.55 0.06
HSL 28.18º 0.8% 0.68% -
HSV(B) 28.18º 0.55% 0.94% -
XYZ 52.44 47.79 20.37 -
YUV 182.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 239 169 107 0 0.29 0.55 0.06 28.18 0.8 0.68
Hex EF A9 6B 0 1D 37 6 1C 50 44
Octal 357 251 153 0 35 67 6 34 120 104
Binary 11101111 10101001 1101011 0 11101 110111 110 11100 1010000 1000100

Color Harmonies of #EFA96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA96B

Black with #EFA96B

Text Example


Text Example

White with #EFA96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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