Html Css Color HEX #EBC773 Golden Sand

📋 copy color: '#EBC773'

red 235 ◦ green 199 ◦ blue 115

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

Shades of Golden Sand #EBC773

Tints of Golden Sand #EBC773

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.25%

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

R = 42.81%
G = 36.25%
B = 20.95%

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

#EBC773 (or 0xEBC773) is known color: Golden Sand. HEX triplet: EB, C7 and 73. RGB value is (235,199,115). Sum of RGB (Red+Green+Blue) = 235+199+115=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC773 is #14388C. Grayscale: #C8C8C8. Windows color (decimal): -1325197 or 7587819. OLE color: 7587819.

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

Color convert

RGB 235 199 115 -
CMYK 0 0.15 0.51 0.08
HSL 42º 0.75% 0.69% -
HSV(B) 42º 0.51% 0.92% -
XYZ 57.78 59.75 24.71 -
YUV 200.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 235 199 115 0 0.15 0.51 0.08 42 0.75 0.69
Hex EB C7 73 0 F 33 8 2A 4B 45
Octal 353 307 163 0 17 63 10 52 113 105
Binary 11101011 11000111 1110011 0 1111 110011 1000 101010 1001011 1000101

Color Harmonies of #EBC773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC773

Black with #EBC773

Text Example


Text Example

White with #EBC773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC773; }

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

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

background-color css

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

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

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

border-color css

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

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

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