Html Css Color HEX #EBA16F Sandy Brown

📋 copy color: '#EBA16F'

red 235 ◦ green 161 ◦ blue 111

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

Shades of Sandy Brown #EBA16F

Tints of Sandy Brown #EBA16F

RGB

 RED value IS 235 (92.19% from 255) = 46.35%

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

 BLUE value IS 111 (43.75% from 255) = 21.89%

R = 46.35%
G = 31.76%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBA16F (or 0xEBA16F) is known color: Sandy Brown. HEX triplet: EB, A1 and 6F. RGB value is (235,161,111). Sum of RGB (Red+Green+Blue) = 235+161+111=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA16F is #145E90. Grayscale: #B1B1B1. Windows color (decimal): -1334929 or 7315947. OLE color: 7315947.

HSL color Cylindrical-coordinate representation of color #EBA16F: hue angle of 24.19º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBA16F is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 111 -
CMYK 0 0.31 0.53 0.08
HSL 24.19º 0.76% 0.68% -
HSV(B) 24.19º 0.53% 0.92% -
XYZ 49.88 44.3 20.96 -
YUV 177.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 235 161 111 0 0.31 0.53 0.08 24.19 0.76 0.68
Hex EB A1 6F 0 1F 35 8 18 4C 44
Octal 353 241 157 0 37 65 10 30 114 104
Binary 11101011 10100001 1101111 0 11111 110101 1000 11000 1001100 1000100

Color Harmonies of #EBA16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA16F

Black with #EBA16F

Text Example


Text Example

White with #EBA16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA16F; }

 p { color: rgb(235,161,111); }

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

background-color css

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

 a { background-color: rgb(235,161,111); }

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

border-color css

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

 span { border-color: rgb(235,161,111); }

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