Html Css Color HEX #EFA15D Sandy Brown

📋 copy color: '#EFA15D'

red 239 ◦ green 161 ◦ blue 93

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

Shades of Sandy Brown #EFA15D

Tints of Sandy Brown #EFA15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.66%

 BLUE value IS 93 (36.72% from 255) = 18.86%

R = 48.48%
G = 32.66%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFA15D (or 0xEFA15D) is known color: Sandy Brown. HEX triplet: EF, A1 and 5D. RGB value is (239,161,93). Sum of RGB (Red+Green+Blue) = 239+161+93=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA15D is #105EA2. Grayscale: #B0B0B0. Windows color (decimal): -1072803 or 6136303. OLE color: 6136303.

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

Color convert

RGB 239 161 93 -
CMYK 0 0.33 0.61 0.06
HSL 27.95º 0.82% 0.65% -
HSV(B) 27.95º 0.61% 0.94% -
XYZ 50.32 44.63 16.32 -
YUV 176.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 239 161 93 0 0.33 0.61 0.06 27.95 0.82 0.65
Hex EF A1 5D 0 21 3D 6 1C 52 41
Octal 357 241 135 0 41 75 6 34 122 101
Binary 11101111 10100001 1011101 0 100001 111101 110 11100 1010010 1000001

Color Harmonies of #EFA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA15D

Black with #EFA15D

Text Example


Text Example

White with #EFA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA15D; }

 p { color: rgb(239,161,93); }

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

background-color css

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

 a { background-color: rgb(239,161,93); }

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

border-color css

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

 span { border-color: rgb(239,161,93); }

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