Html Css Color HEX #EFA55F Sandy Brown

📋 copy color: '#EFA55F'

red 239 ◦ green 165 ◦ blue 95

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

Shades of Sandy Brown #EFA55F

Tints of Sandy Brown #EFA55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.07%

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

R = 47.9%
G = 33.07%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFA55F (or 0xEFA55F) is known color: Sandy Brown. HEX triplet: EF, A5 and 5F. RGB value is (239,165,95). Sum of RGB (Red+Green+Blue) = 239+165+95=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA55F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA55F is #105AA0. Grayscale: #B3B3B3. Windows color (decimal): -1071777 or 6268399. OLE color: 6268399.

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

Color convert

RGB 239 165 95 -
CMYK 0 0.31 0.60 0.06
HSL 29.17º 0.82% 0.65% -
HSV(B) 29.17º 0.6% 0.94% -
XYZ 51.12 46.09 17.03 -
YUV 179.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 239 165 95 0 0.31 0.60 0.06 29.17 0.82 0.65
Hex EF A5 5F 0 1F 3C 6 1D 52 41
Octal 357 245 137 0 37 74 6 35 122 101
Binary 11101111 10100101 1011111 0 11111 111100 110 11101 1010010 1000001

Color Harmonies of #EFA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA55F

Black with #EFA55F

Text Example


Text Example

White with #EFA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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