Html Css Color HEX #EBA468 Sandy Brown

📋 copy color: '#EBA468'

red 235 ◦ green 164 ◦ blue 104

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

Shades of Sandy Brown #EBA468

Tints of Sandy Brown #EBA468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.6%

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

R = 46.72%
G = 32.6%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBA468 (or 0xEBA468) is known color: Sandy Brown. HEX triplet: EB, A4 and 68. RGB value is (235,164,104). Sum of RGB (Red+Green+Blue) = 235+164+104=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA468 is #145B97. Grayscale: #B2B2B2. Windows color (decimal): -1334168 or 6857963. OLE color: 6857963.

HSL color Cylindrical-coordinate representation of color #EBA468: hue angle of 27.48º 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 #EBA468 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 104 -
CMYK 0 0.30 0.56 0.08
HSL 27.48º 0.77% 0.66% -
HSV(B) 27.48º 0.56% 0.92% -
XYZ 50.04 45.21 19.19 -
YUV 178.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 235 164 104 0 0.30 0.56 0.08 27.48 0.77 0.66
Hex EB A4 68 0 1E 38 8 1B 4D 42
Octal 353 244 150 0 36 70 10 33 115 102
Binary 11101011 10100100 1101000 0 11110 111000 1000 11011 1001101 1000010

Color Harmonies of #EBA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA468

Black with #EBA468

Text Example


Text Example

White with #EBA468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA468; }

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

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

background-color css

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

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

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

border-color css

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

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

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