Html Css Color HEX #EBC873 Golden Sand

📋 copy color: '#EBC873'

red 235 ◦ green 200 ◦ blue 115

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

Shades of Golden Sand #EBC873

Tints of Golden Sand #EBC873

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.36%

 BLUE value IS 115 (45.31% from 255) = 20.91%

R = 42.73%
G = 36.36%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBC873 (or 0xEBC873) is known color: Golden Sand. HEX triplet: EB, C8 and 73. RGB value is (235,200,115). Sum of RGB (Red+Green+Blue) = 235+200+115=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC873 is #14378C. Grayscale: #C9C9C9. Windows color (decimal): -1324941 or 7588075. OLE color: 7588075.

HSL color Cylindrical-coordinate representation of color #EBC873: hue angle of 42.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBC873 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 200 115 -
CMYK 0 0.15 0.51 0.08
HSL 42.5º 0.75% 0.69% -
HSV(B) 42.5º 0.51% 0.92% -
XYZ 58.01 60.21 24.78 -
YUV 200.78 79.6 152.41 -
System Red Green Blue C M Y K H S L
Decimal 235 200 115 0 0.15 0.51 0.08 42.5 0.75 0.69
Hex EB C8 73 0 F 33 8 2A 4B 45
Octal 353 310 163 0 17 63 10 52 113 105
Binary 11101011 11001000 1110011 0 1111 110011 1000 101010 1001011 1000101

Color Harmonies of #EBC873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC873

Black with #EBC873

Text Example


Text Example

White with #EBC873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC873; }

 p { color: rgb(235,200,115); }

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

background-color css

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

 a { background-color: rgb(235,200,115); }

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

border-color css

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

 span { border-color: rgb(235,200,115); }

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