Html Css Color HEX #EFA058 Sandy Brown

📋 copy color: '#EFA058'

red 239 ◦ green 160 ◦ blue 88

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

Shades of Sandy Brown #EFA058

Tints of Sandy Brown #EFA058

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.85%

 BLUE value IS 88 (34.77% from 255) = 18.07%

R = 49.08%
G = 32.85%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFA058 (or 0xEFA058) is known color: Sandy Brown. HEX triplet: EF, A0 and 58. RGB value is (239,160,88). Sum of RGB (Red+Green+Blue) = 239+160+88=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA058 is #105FA7. Grayscale: #AFAFAF. Windows color (decimal): -1073064 or 5808367. OLE color: 5808367.

HSL color Cylindrical-coordinate representation of color #EFA058: hue angle of 28.61º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFA058 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 88 -
CMYK 0 0.33 0.63 0.06
HSL 28.61º 0.83% 0.64% -
HSV(B) 28.61º 0.63% 0.94% -
XYZ 49.93 44.2 15.13 -
YUV 175.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 239 160 88 0 0.33 0.63 0.06 28.61 0.83 0.64
Hex EF A0 58 0 21 3F 6 1D 53 40
Octal 357 240 130 0 41 77 6 35 123 100
Binary 11101111 10100000 1011000 0 100001 111111 110 11101 1010011 1000000

Color Harmonies of #EFA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA058

Black with #EFA058

Text Example


Text Example

White with #EFA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA058; }

 p { color: rgb(239,160,88); }

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

background-color css

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

 a { background-color: rgb(239,160,88); }

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

border-color css

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

 span { border-color: rgb(239,160,88); }

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