Html Css Color HEX #EBA55F Sandy Brown

📋 copy color: '#EBA55F'

red 235 ◦ green 165 ◦ blue 95

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

Shades of Sandy Brown #EBA55F

Tints of Sandy Brown #EBA55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.33%

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

R = 47.47%
G = 33.33%
B = 19.19%

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

#EBA55F (or 0xEBA55F) is known color: Sandy Brown. HEX triplet: EB, A5 and 5F. RGB value is (235,165,95). Sum of RGB (Red+Green+Blue) = 235+165+95=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA55F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA55F is #145AA0. Grayscale: #B2B2B2. Windows color (decimal): -1333921 or 6268395. OLE color: 6268395.

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

Color convert

RGB 235 165 95 -
CMYK 0 0.30 0.60 0.08
HSL 30º 0.78% 0.65% -
HSV(B) 30º 0.6% 0.92% -
XYZ 49.78 45.4 16.97 -
YUV 177.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 235 165 95 0 0.30 0.60 0.08 30 0.78 0.65
Hex EB A5 5F 0 1E 3C 8 1E 4E 41
Octal 353 245 137 0 36 74 10 36 116 101
Binary 11101011 10100101 1011111 0 11110 111100 1000 11110 1001110 1000001

Color Harmonies of #EBA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA55F

Black with #EBA55F

Text Example


Text Example

White with #EBA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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