Html Css Color HEX #EBA45D Sandy Brown

📋 copy color: '#EBA45D'

red 235 ◦ green 164 ◦ blue 93

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

Shades of Sandy Brown #EBA45D

Tints of Sandy Brown #EBA45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.9%

R = 47.76%
G = 33.33%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBA45D (or 0xEBA45D) is known color: Sandy Brown. HEX triplet: EB, A4 and 5D. RGB value is (235,164,93). Sum of RGB (Red+Green+Blue) = 235+164+93=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA45D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA45D is #145BA2. Grayscale: #B1B1B1. Windows color (decimal): -1334179 or 6137067. OLE color: 6137067.

HSL color Cylindrical-coordinate representation of color #EBA45D: hue angle of 30º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBA45D is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 93 -
CMYK 0 0.30 0.60 0.08
HSL 30º 0.78% 0.64% -
HSV(B) 30º 0.6% 0.92% -
XYZ 49.51 45 16.43 -
YUV 177.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 235 164 93 0 0.30 0.60 0.08 30 0.78 0.64
Hex EB A4 5D 0 1E 3C 8 1E 4E 40
Octal 353 244 135 0 36 74 10 36 116 100
Binary 11101011 10100100 1011101 0 11110 111100 1000 11110 1001110 1000000

Color Harmonies of #EBA45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA45D

Black with #EBA45D

Text Example


Text Example

White with #EBA45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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