Html Css Color HEX #EBA25D Sandy Brown

📋 copy color: '#EBA25D'

red 235 ◦ green 162 ◦ blue 93

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

Shades of Sandy Brown #EBA25D

Tints of Sandy Brown #EBA25D

RGB

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

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

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

R = 47.96%
G = 33.06%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBA25D (or 0xEBA25D) is known color: Sandy Brown. HEX triplet: EB, A2 and 5D. RGB value is (235,162,93). Sum of RGB (Red+Green+Blue) = 235+162+93=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA25D is #145DA2. Grayscale: #B0B0B0. Windows color (decimal): -1334691 or 6136555. OLE color: 6136555.

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

Color convert

RGB 235 162 93 -
CMYK 0 0.31 0.60 0.08
HSL 29.15º 0.78% 0.64% -
HSV(B) 29.15º 0.6% 0.92% -
XYZ 49.16 44.29 16.31 -
YUV 175.96 81.18 170.11 -
System Red Green Blue C M Y K H S L
Decimal 235 162 93 0 0.31 0.60 0.08 29.15 0.78 0.64
Hex EB A2 5D 0 1F 3C 8 1D 4E 40
Octal 353 242 135 0 37 74 10 35 116 100
Binary 11101011 10100010 1011101 0 11111 111100 1000 11101 1001110 1000000

Color Harmonies of #EBA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA25D

Black with #EBA25D

Text Example


Text Example

White with #EBA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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