Html Css Color HEX #EBC760 Golden Sand

📋 copy color: '#EBC760'

red 235 ◦ green 199 ◦ blue 96

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

Shades of Golden Sand #EBC760

Tints of Golden Sand #EBC760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.11%

R = 44.34%
G = 37.55%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EBC760 (or 0xEBC760) is known color: Golden Sand. HEX triplet: EB, C7 and 60. RGB value is (235,199,96). Sum of RGB (Red+Green+Blue) = 235+199+96=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC760 is #14389F. Grayscale: #C6C6C6. Windows color (decimal): -1325216 or 6342635. OLE color: 6342635.

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

Color convert

RGB 235 199 96 -
CMYK 0 0.15 0.59 0.08
HSL 44.46º 0.78% 0.65% -
HSV(B) 44.46º 0.59% 0.92% -
XYZ 56.8 59.35 19.53 -
YUV 198.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 235 199 96 0 0.15 0.59 0.08 44.46 0.78 0.65
Hex EB C7 60 0 F 3B 8 2C 4E 41
Octal 353 307 140 0 17 73 10 54 116 101
Binary 11101011 11000111 1100000 0 1111 111011 1000 101100 1001110 1000001

Color Harmonies of #EBC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC760

Black with #EBC760

Text Example


Text Example

White with #EBC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC760; }

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

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

background-color css

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

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

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

border-color css

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

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

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