Html Css Color HEX #EBC463 Golden Sand

📋 copy color: '#EBC463'

red 235 ◦ green 196 ◦ blue 99

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

Shades of Golden Sand #EBC463

Tints of Golden Sand #EBC463

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.98%

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

R = 44.34%
G = 36.98%
B = 18.68%

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

#EBC463 (or 0xEBC463) is known color: Golden Sand. HEX triplet: EB, C4 and 63. RGB value is (235,196,99). Sum of RGB (Red+Green+Blue) = 235+196+99=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC463 is #143B9C. Grayscale: #C5C5C5. Windows color (decimal): -1325981 or 6538475. OLE color: 6538475.

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

Color convert

RGB 235 196 99 -
CMYK 0 0.17 0.58 0.08
HSL 42.79º 0.77% 0.65% -
HSV(B) 42.79º 0.58% 0.92% -
XYZ 56.25 58.04 20.04 -
YUV 196.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 235 196 99 0 0.17 0.58 0.08 42.79 0.77 0.65
Hex EB C4 63 0 11 3A 8 2B 4D 41
Octal 353 304 143 0 21 72 10 53 115 101
Binary 11101011 11000100 1100011 0 10001 111010 1000 101011 1001101 1000001

Color Harmonies of #EBC463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC463

Black with #EBC463

Text Example


Text Example

White with #EBC463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC463; }

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

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

background-color css

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

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

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

border-color css

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

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

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