Html Css Color HEX #EBA268 Sandy Brown

📋 copy color: '#EBA268'

red 235 ◦ green 162 ◦ blue 104

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

Shades of Sandy Brown #EBA268

Tints of Sandy Brown #EBA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

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

R = 46.91%
G = 32.34%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBA268 (or 0xEBA268) is known color: Sandy Brown. HEX triplet: EB, A2 and 68. RGB value is (235,162,104). Sum of RGB (Red+Green+Blue) = 235+162+104=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA268 is #145D97. Grayscale: #B1B1B1. Windows color (decimal): -1334680 or 6857451. OLE color: 6857451.

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

Color convert

RGB 235 162 104 -
CMYK 0 0.31 0.56 0.08
HSL 26.56º 0.77% 0.66% -
HSV(B) 26.56º 0.56% 0.92% -
XYZ 49.68 44.5 19.07 -
YUV 177.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 235 162 104 0 0.31 0.56 0.08 26.56 0.77 0.66
Hex EB A2 68 0 1F 38 8 1B 4D 42
Octal 353 242 150 0 37 70 10 33 115 102
Binary 11101011 10100010 1101000 0 11111 111000 1000 11011 1001101 1000010

Color Harmonies of #EBA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA268

Black with #EBA268

Text Example


Text Example

White with #EBA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA268; }

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

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

background-color css

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

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

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

border-color css

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

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

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