Html Css Color HEX #EBC868 Golden Sand

📋 copy color: '#EBC868'

red 235 ◦ green 200 ◦ blue 104

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

Shades of Golden Sand #EBC868

Tints of Golden Sand #EBC868

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.11%

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

R = 43.6%
G = 37.11%
B = 19.29%

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

#EBC868 (or 0xEBC868) is known color: Golden Sand. HEX triplet: EB, C8 and 68. RGB value is (235,200,104). Sum of RGB (Red+Green+Blue) = 235+200+104=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC868 is #143797. Grayscale: #C7C7C7. Windows color (decimal): -1324952 or 6867179. OLE color: 6867179.

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

Color convert

RGB 235 200 104 -
CMYK 0 0.15 0.56 0.08
HSL 43.97º 0.77% 0.66% -
HSV(B) 43.97º 0.56% 0.92% -
XYZ 57.41 59.97 21.65 -
YUV 199.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 235 200 104 0 0.15 0.56 0.08 43.97 0.77 0.66
Hex EB C8 68 0 F 38 8 2C 4D 42
Octal 353 310 150 0 17 70 10 54 115 102
Binary 11101011 11001000 1101000 0 1111 111000 1000 101100 1001101 1000010

Color Harmonies of #EBC868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC868

Black with #EBC868

Text Example


Text Example

White with #EBC868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC868; }

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

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

background-color css

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

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

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

border-color css

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

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

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