Html Css Color HEX #EFA35F Sandy Brown

📋 copy color: '#EFA35F'

red 239 ◦ green 163 ◦ blue 95

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

Shades of Sandy Brown #EFA35F

Tints of Sandy Brown #EFA35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.8%

 BLUE value IS 95 (37.5% from 255) = 19.11%

R = 48.09%
G = 32.8%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFA35F (or 0xEFA35F) is known color: Sandy Brown. HEX triplet: EF, A3 and 5F. RGB value is (239,163,95). Sum of RGB (Red+Green+Blue) = 239+163+95=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA35F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA35F is #105CA0. Grayscale: #B2B2B2. Windows color (decimal): -1072289 or 6267887. OLE color: 6267887.

HSL color Cylindrical-coordinate representation of color #EFA35F: hue angle of 28.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFA35F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 163 95 -
CMYK 0 0.32 0.60 0.06
HSL 28.33º 0.82% 0.65% -
HSV(B) 28.33º 0.6% 0.94% -
XYZ 50.76 45.37 16.91 -
YUV 177.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 239 163 95 0 0.32 0.60 0.06 28.33 0.82 0.65
Hex EF A3 5F 0 20 3C 6 1C 52 41
Octal 357 243 137 0 40 74 6 34 122 101
Binary 11101111 10100011 1011111 0 100000 111100 110 11100 1010010 1000001

Color Harmonies of #EFA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA35F

Black with #EFA35F

Text Example


Text Example

White with #EFA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA35F; }

 p { color: rgb(239,163,95); }

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

background-color css

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

 a { background-color: rgb(239,163,95); }

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

border-color css

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

 span { border-color: rgb(239,163,95); }

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