Html Css Color HEX #EBC668 Golden Sand

📋 copy color: '#EBC668'

red 235 ◦ green 198 ◦ blue 104

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

Shades of Golden Sand #EBC668

Tints of Golden Sand #EBC668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.37%

R = 43.76%
G = 36.87%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBC668 (or 0xEBC668) is known color: Golden Sand. HEX triplet: EB, C6 and 68. RGB value is (235,198,104). Sum of RGB (Red+Green+Blue) = 235+198+104=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC668 is #143997. Grayscale: #C6C6C6. Windows color (decimal): -1325464 or 6866667. OLE color: 6866667.

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

Color convert

RGB 235 198 104 -
CMYK 0 0.16 0.56 0.08
HSL 43.05º 0.77% 0.66% -
HSV(B) 43.05º 0.56% 0.92% -
XYZ 56.95 59.05 21.49 -
YUV 198.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 235 198 104 0 0.16 0.56 0.08 43.05 0.77 0.66
Hex EB C6 68 0 10 38 8 2B 4D 42
Octal 353 306 150 0 20 70 10 53 115 102
Binary 11101011 11000110 1101000 0 10000 111000 1000 101011 1001101 1000010

Color Harmonies of #EBC668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC668

Black with #EBC668

Text Example


Text Example

White with #EBC668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC668; }

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

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

background-color css

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

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

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

border-color css

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

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

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