Html Css Color HEX #EBA16A Sandy Brown

📋 copy color: '#EBA16A'

red 235 ◦ green 161 ◦ blue 106

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

Shades of Sandy Brown #EBA16A

Tints of Sandy Brown #EBA16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.12%

R = 46.81%
G = 32.07%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBA16A (or 0xEBA16A) is known color: Sandy Brown. HEX triplet: EB, A1 and 6A. RGB value is (235,161,106). Sum of RGB (Red+Green+Blue) = 235+161+106=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA16A is #145E95. Grayscale: #B1B1B1. Windows color (decimal): -1334934 or 6988267. OLE color: 6988267.

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

Color convert

RGB 235 161 106 -
CMYK 0 0.31 0.55 0.08
HSL 25.58º 0.76% 0.67% -
HSV(B) 25.58º 0.55% 0.92% -
XYZ 49.61 44.19 19.55 -
YUV 176.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 235 161 106 0 0.31 0.55 0.08 25.58 0.76 0.67
Hex EB A1 6A 0 1F 37 8 1A 4C 43
Octal 353 241 152 0 37 67 10 32 114 103
Binary 11101011 10100001 1101010 0 11111 110111 1000 11010 1001100 1000011

Color Harmonies of #EBA16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA16A

Black with #EBA16A

Text Example


Text Example

White with #EBA16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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