Html Css Color HEX #EFA55E Sandy Brown

📋 copy color: '#EFA55E'

red 239 ◦ green 165 ◦ blue 94

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

Shades of Sandy Brown #EFA55E

Tints of Sandy Brown #EFA55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.88%

R = 47.99%
G = 33.13%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFA55E (or 0xEFA55E) is known color: Sandy Brown. HEX triplet: EF, A5 and 5E. RGB value is (239,165,94). Sum of RGB (Red+Green+Blue) = 239+165+94=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA55E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA55E is #105AA1. Grayscale: #B3B3B3. Windows color (decimal): -1071778 or 6202863. OLE color: 6202863.

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

Color convert

RGB 239 165 94 -
CMYK 0 0.31 0.61 0.06
HSL 29.38º 0.82% 0.65% -
HSV(B) 29.38º 0.61% 0.94% -
XYZ 51.07 46.07 16.79 -
YUV 179.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 239 165 94 0 0.31 0.61 0.06 29.38 0.82 0.65
Hex EF A5 5E 0 1F 3D 6 1D 52 41
Octal 357 245 136 0 37 75 6 35 122 101
Binary 11101111 10100101 1011110 0 11111 111101 110 11101 1010010 1000001

Color Harmonies of #EFA55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA55E

Black with #EFA55E

Text Example


Text Example

White with #EFA55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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