Html Css Color HEX #EBC660 Golden Sand

📋 copy color: '#EBC660'

red 235 ◦ green 198 ◦ blue 96

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

Shades of Golden Sand #EBC660

Tints of Golden Sand #EBC660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.43%

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

R = 44.42%
G = 37.43%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EBC660 (or 0xEBC660) is known color: Golden Sand. HEX triplet: EB, C6 and 60. RGB value is (235,198,96). Sum of RGB (Red+Green+Blue) = 235+198+96=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC660 is #14399F. Grayscale: #C5C5C5. Windows color (decimal): -1325472 or 6342379. OLE color: 6342379.

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

Color convert

RGB 235 198 96 -
CMYK 0 0.16 0.59 0.08
HSL 44.03º 0.78% 0.65% -
HSV(B) 44.03º 0.59% 0.92% -
XYZ 56.57 58.89 19.45 -
YUV 197.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 235 198 96 0 0.16 0.59 0.08 44.03 0.78 0.65
Hex EB C6 60 0 10 3B 8 2C 4E 41
Octal 353 306 140 0 20 73 10 54 116 101
Binary 11101011 11000110 1100000 0 10000 111011 1000 101100 1001110 1000001

Color Harmonies of #EBC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC660

Black with #EBC660

Text Example


Text Example

White with #EBC660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC660; }

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

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

background-color css

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

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

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

border-color css

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

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

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