Html Css Color HEX #EFA65C Sandy Brown

📋 copy color: '#EFA65C'

red 239 ◦ green 166 ◦ blue 92

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

Shades of Sandy Brown #EFA65C

Tints of Sandy Brown #EFA65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.51%

R = 48.09%
G = 33.4%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFA65C (or 0xEFA65C) is known color: Sandy Brown. HEX triplet: EF, A6 and 5C. RGB value is (239,166,92). Sum of RGB (Red+Green+Blue) = 239+166+92=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA65C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA65C is #1059A3. Grayscale: #B3B3B3. Windows color (decimal): -1071524 or 6072047. OLE color: 6072047.

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

Color convert

RGB 239 166 92 -
CMYK 0 0.31 0.62 0.06
HSL 30.2º 0.82% 0.65% -
HSV(B) 30.2º 0.62% 0.94% -
XYZ 51.16 46.4 16.38 -
YUV 179.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 239 166 92 0 0.31 0.62 0.06 30.2 0.82 0.65
Hex EF A6 5C 0 1F 3E 6 1E 52 41
Octal 357 246 134 0 37 76 6 36 122 101
Binary 11101111 10100110 1011100 0 11111 111110 110 11110 1010010 1000001

Color Harmonies of #EFA65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA65C

Black with #EFA65C

Text Example


Text Example

White with #EFA65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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