Html Css Color HEX #EBC664 Golden Sand

📋 copy color: '#EBC664'

red 235 ◦ green 198 ◦ blue 100

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

Shades of Golden Sand #EBC664

Tints of Golden Sand #EBC664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.76%

R = 44.09%
G = 37.15%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBC664 (or 0xEBC664) is known color: Golden Sand. HEX triplet: EB, C6 and 64. RGB value is (235,198,100). Sum of RGB (Red+Green+Blue) = 235+198+100=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC664 is #14399B. Grayscale: #C6C6C6. Windows color (decimal): -1325468 or 6604523. OLE color: 6604523.

HSL color Cylindrical-coordinate representation of color #EBC664: hue angle of 43.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBC664 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 198 100 -
CMYK 0 0.16 0.57 0.08
HSL 43.56º 0.77% 0.66% -
HSV(B) 43.56º 0.57% 0.92% -
XYZ 56.76 58.97 20.45 -
YUV 197.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 235 198 100 0 0.16 0.57 0.08 43.56 0.77 0.66
Hex EB C6 64 0 10 39 8 2C 4D 42
Octal 353 306 144 0 20 71 10 54 115 102
Binary 11101011 11000110 1100100 0 10000 111001 1000 101100 1001101 1000010

Color Harmonies of #EBC664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC664

Black with #EBC664

Text Example


Text Example

White with #EBC664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC664; }

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

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

background-color css

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

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

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

border-color css

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

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

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