Html Css Color HEX #EBD301 Gold

📋 copy color: '#EBD301'

red 235 ◦ green 211 ◦ blue 1

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

Shades of Gold #EBD301

Tints of Gold #EBD301

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.2%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.57%
G = 47.2%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBD301 (or 0xEBD301) is known color: Gold. HEX triplet: EB, D3 and 01. RGB value is (235,211,1). Sum of RGB (Red+Green+Blue) = 235+211+1=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD301 is #142CFE. Grayscale: #C3C3C3. Windows color (decimal): -1322239 or 119787. OLE color: 119787.

HSL color Cylindrical-coordinate representation of color #EBD301: hue angle of 53.85º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBD301 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 211 1 -
CMYK 0 0.10 1.00 0.08
HSL 53.85º 0.99% 0.46% -
HSV(B) 53.85º 1% 0.92% -
XYZ 57.56 64.25 9.4 -
YUV 194.24 18.95 157.08 -
System Red Green Blue C M Y K H S L
Decimal 235 211 1 0 0.10 1.00 0.08 53.85 0.99 0.46
Hex EB D3 1 0 A 64 8 36 63 2E
Octal 353 323 1 0 12 144 10 66 143 56
Binary 11101011 11010011 1 0 1010 1100100 1000 110110 1100011 101110

Color Harmonies of #EBD301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD301

Black with #EBD301

Text Example


Text Example

White with #EBD301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD301; }

 p { color: rgb(235,211,1); }

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

background-color css

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

 a { background-color: rgb(235,211,1); }

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

border-color css

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

 span { border-color: rgb(235,211,1); }

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