Html Css Color HEX #EBC568 Golden Sand

📋 copy color: '#EBC568'

red 235 ◦ green 197 ◦ blue 104

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

Shades of Golden Sand #EBC568

Tints of Golden Sand #EBC568

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.75%

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

R = 43.84%
G = 36.75%
B = 19.4%

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

#EBC568 (or 0xEBC568) is known color: Golden Sand. HEX triplet: EB, C5 and 68. RGB value is (235,197,104). Sum of RGB (Red+Green+Blue) = 235+197+104=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC568 is #143A97. Grayscale: #C6C6C6. Windows color (decimal): -1325720 or 6866411. OLE color: 6866411.

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

Color convert

RGB 235 197 104 -
CMYK 0 0.16 0.56 0.08
HSL 42.6º 0.77% 0.66% -
HSV(B) 42.6º 0.56% 0.92% -
XYZ 56.73 58.59 21.42 -
YUV 197.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 235 197 104 0 0.16 0.56 0.08 42.6 0.77 0.66
Hex EB C5 68 0 10 38 8 2B 4D 42
Octal 353 305 150 0 20 70 10 53 115 102
Binary 11101011 11000101 1101000 0 10000 111000 1000 101011 1001101 1000010

Color Harmonies of #EBC568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC568

Black with #EBC568

Text Example


Text Example

White with #EBC568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC568; }

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

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

background-color css

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

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

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

border-color css

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

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

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