Html Css Color HEX #EBA068 Sandy Brown

📋 copy color: '#EBA068'

red 235 ◦ green 160 ◦ blue 104

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

Shades of Sandy Brown #EBA068

Tints of Sandy Brown #EBA068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.84%

R = 47.09%
G = 32.06%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBA068 (or 0xEBA068) is known color: Sandy Brown. HEX triplet: EB, A0 and 68. RGB value is (235,160,104). Sum of RGB (Red+Green+Blue) = 235+160+104=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA068 is #145F97. Grayscale: #B0B0B0. Windows color (decimal): -1335192 or 6856939. OLE color: 6856939.

HSL color Cylindrical-coordinate representation of color #EBA068: hue angle of 25.65º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBA068 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 104 -
CMYK 0 0.32 0.56 0.08
HSL 25.65º 0.77% 0.66% -
HSV(B) 25.65º 0.56% 0.92% -
XYZ 49.33 43.8 18.95 -
YUV 176.04 87.35 170.05 -
System Red Green Blue C M Y K H S L
Decimal 235 160 104 0 0.32 0.56 0.08 25.65 0.77 0.66
Hex EB A0 68 0 20 38 8 1A 4D 42
Octal 353 240 150 0 40 70 10 32 115 102
Binary 11101011 10100000 1101000 0 100000 111000 1000 11010 1001101 1000010

Color Harmonies of #EBA068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA068

Black with #EBA068

Text Example


Text Example

White with #EBA068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA068; }

 p { color: rgb(235,160,104); }

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

background-color css

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

 a { background-color: rgb(235,160,104); }

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

border-color css

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

 span { border-color: rgb(235,160,104); }

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