Html Css Color HEX #EBC363 Golden Sand

📋 copy color: '#EBC363'

red 235 ◦ green 195 ◦ blue 99

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

Shades of Golden Sand #EBC363

Tints of Golden Sand #EBC363

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.86%

 BLUE value IS 99 (39.06% from 255) = 18.71%

R = 44.42%
G = 36.86%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EBC363 (or 0xEBC363) is known color: Golden Sand. HEX triplet: EB, C3 and 63. RGB value is (235,195,99). Sum of RGB (Red+Green+Blue) = 235+195+99=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC363 is #143C9C. Grayscale: #C4C4C4. Windows color (decimal): -1326237 or 6538219. OLE color: 6538219.

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

Color convert

RGB 235 195 99 -
CMYK 0 0.17 0.58 0.08
HSL 42.35º 0.77% 0.65% -
HSV(B) 42.35º 0.58% 0.92% -
XYZ 56.03 57.59 19.97 -
YUV 196.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 235 195 99 0 0.17 0.58 0.08 42.35 0.77 0.65
Hex EB C3 63 0 11 3A 8 2A 4D 41
Octal 353 303 143 0 21 72 10 52 115 101
Binary 11101011 11000011 1100011 0 10001 111010 1000 101010 1001101 1000001

Color Harmonies of #EBC363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC363

Black with #EBC363

Text Example


Text Example

White with #EBC363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC363; }

 p { color: rgb(235,195,99); }

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

background-color css

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

 a { background-color: rgb(235,195,99); }

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

border-color css

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

 span { border-color: rgb(235,195,99); }

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