Html Css Color HEX #EFA155 Sandy Brown

📋 copy color: '#EFA155'

red 239 ◦ green 161 ◦ blue 85

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

Shades of Sandy Brown #EFA155

Tints of Sandy Brown #EFA155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.53%

R = 49.28%
G = 33.2%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFA155 (or 0xEFA155) is known color: Sandy Brown. HEX triplet: EF, A1 and 55. RGB value is (239,161,85). Sum of RGB (Red+Green+Blue) = 239+161+85=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA155 is #105EAA. Grayscale: #B0B0B0. Windows color (decimal): -1072811 or 5612015. OLE color: 5612015.

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

Color convert

RGB 239 161 85 -
CMYK 0 0.33 0.64 0.06
HSL 29.61º 0.83% 0.64% -
HSV(B) 29.61º 0.64% 0.94% -
XYZ 49.98 44.5 14.55 -
YUV 175.66 76.84 173.18 -
System Red Green Blue C M Y K H S L
Decimal 239 161 85 0 0.33 0.64 0.06 29.61 0.83 0.64
Hex EF A1 55 0 21 40 6 1E 53 40
Octal 357 241 125 0 41 100 6 36 123 100
Binary 11101111 10100001 1010101 0 100001 1000000 110 11110 1010011 1000000

Color Harmonies of #EFA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA155

Black with #EFA155

Text Example


Text Example

White with #EFA155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA155; }

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

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

background-color css

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

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

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

border-color css

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

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

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