Html Css Color HEX #EDD101 Gold

📋 copy color: '#EDD101'

red 237 ◦ green 209 ◦ blue 1

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

Shades of Gold #EDD101

Tints of Gold #EDD101

RGB

 RED value IS 237 (92.97% from 255) = 53.02%

 GREEN value IS 209 (82.03% from 255) = 46.76%

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

R = 53.02%
G = 46.76%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDD101 (or 0xEDD101) is known color: Gold. HEX triplet: ED, D1 and 01. RGB value is (237,209,1). Sum of RGB (Red+Green+Blue) = 237+209+1=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD101 is #122EFE. Grayscale: #C2C2C2. Windows color (decimal): -1191679 or 119277. OLE color: 119277.

HSL color Cylindrical-coordinate representation of color #EDD101: hue angle of 52.88º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDD101 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 1 -
CMYK 0 0.12 1.00 0.07
HSL 52.88º 0.99% 0.47% -
HSV(B) 52.88º 1% 0.93% -
XYZ 57.73 63.61 9.26 -
YUV 193.66 19.28 158.91 -
System Red Green Blue C M Y K H S L
Decimal 237 209 1 0 0.12 1.00 0.07 52.88 0.99 0.47
Hex ED D1 1 0 C 64 7 35 63 2F
Octal 355 321 1 0 14 144 7 65 143 57
Binary 11101101 11010001 1 0 1100 1100100 111 110101 1100011 101111

Color Harmonies of #EDD101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD101

Black with #EDD101

Text Example


Text Example

White with #EDD101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD101; }

 p { color: rgb(237,209,1); }

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

background-color css

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

 a { background-color: rgb(237,209,1); }

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

border-color css

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

 span { border-color: rgb(237,209,1); }

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