Html Css Color HEX #EBC768 Golden Sand

📋 copy color: '#EBC768'

red 235 ◦ green 199 ◦ blue 104

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

Shades of Golden Sand #EBC768

Tints of Golden Sand #EBC768

RGB

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

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

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

R = 43.68%
G = 36.99%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBC768 (or 0xEBC768) is known color: Golden Sand. HEX triplet: EB, C7 and 68. RGB value is (235,199,104). Sum of RGB (Red+Green+Blue) = 235+199+104=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC768 is #143897. Grayscale: #C7C7C7. Windows color (decimal): -1325208 or 6866923. OLE color: 6866923.

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

Color convert

RGB 235 199 104 -
CMYK 0 0.15 0.56 0.08
HSL 43.51º 0.77% 0.66% -
HSV(B) 43.51º 0.56% 0.92% -
XYZ 57.18 59.51 21.57 -
YUV 198.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 235 199 104 0 0.15 0.56 0.08 43.51 0.77 0.66
Hex EB C7 68 0 F 38 8 2C 4D 42
Octal 353 307 150 0 17 70 10 54 115 102
Binary 11101011 11000111 1101000 0 1111 111000 1000 101100 1001101 1000010

Color Harmonies of #EBC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC768

Black with #EBC768

Text Example


Text Example

White with #EBC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC768; }

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

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

background-color css

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

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

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

border-color css

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

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

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