Html Css Color HEX #EBA45F Sandy Brown

📋 copy color: '#EBA45F'

red 235 ◦ green 164 ◦ blue 95

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

Shades of Sandy Brown #EBA45F

Tints of Sandy Brown #EBA45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.23%

R = 47.57%
G = 33.2%
B = 19.23%

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

#EBA45F (or 0xEBA45F) is known color: Sandy Brown. HEX triplet: EB, A4 and 5F. RGB value is (235,164,95). Sum of RGB (Red+Green+Blue) = 235+164+95=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA45F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA45F is #145BA0. Grayscale: #B1B1B1. Windows color (decimal): -1334177 or 6268139. OLE color: 6268139.

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

Color convert

RGB 235 164 95 -
CMYK 0 0.30 0.60 0.08
HSL 29.57º 0.78% 0.65% -
HSV(B) 29.57º 0.6% 0.92% -
XYZ 49.6 45.04 16.91 -
YUV 177.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 235 164 95 0 0.30 0.60 0.08 29.57 0.78 0.65
Hex EB A4 5F 0 1E 3C 8 1E 4E 41
Octal 353 244 137 0 36 74 10 36 116 101
Binary 11101011 10100100 1011111 0 11110 111100 1000 11110 1001110 1000001

Color Harmonies of #EBA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA45F

Black with #EBA45F

Text Example


Text Example

White with #EBA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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