Html Css Color HEX #EFA65E Sandy Brown

📋 copy color: '#EFA65E'

red 239 ◦ green 166 ◦ blue 94

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

Shades of Sandy Brown #EFA65E

Tints of Sandy Brown #EFA65E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.27%

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

R = 47.9%
G = 33.27%
B = 18.84%

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

#EFA65E (or 0xEFA65E) is known color: Sandy Brown. HEX triplet: EF, A6 and 5E. RGB value is (239,166,94). Sum of RGB (Red+Green+Blue) = 239+166+94=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA65E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA65E is #1059A1. Grayscale: #B3B3B3. Windows color (decimal): -1071522 or 6203119. OLE color: 6203119.

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

Color convert

RGB 239 166 94 -
CMYK 0 0.31 0.61 0.06
HSL 29.79º 0.82% 0.65% -
HSV(B) 29.79º 0.61% 0.94% -
XYZ 51.25 46.43 16.85 -
YUV 179.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 239 166 94 0 0.31 0.61 0.06 29.79 0.82 0.65
Hex EF A6 5E 0 1F 3D 6 1E 52 41
Octal 357 246 136 0 37 75 6 36 122 101
Binary 11101111 10100110 1011110 0 11111 111101 110 11110 1010010 1000001

Color Harmonies of #EFA65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA65E

Black with #EFA65E

Text Example


Text Example

White with #EFA65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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