Html Css Color HEX #EDD105 Gold

📋 copy color: '#EDD105'

red 237 ◦ green 209 ◦ blue 5

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

Shades of Gold #EDD105

Tints of Gold #EDD105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 52.55%
G = 46.34%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDD105 (or 0xEDD105) is known color: Gold. HEX triplet: ED, D1 and 05. RGB value is (237,209,5). Sum of RGB (Red+Green+Blue) = 237+209+5=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD105 is #122EFA. Grayscale: #C2C2C2. Windows color (decimal): -1191675 or 381421. OLE color: 381421.

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

Color convert

RGB 237 209 5 -
CMYK 0 0.12 0.98 0.07
HSL 52.76º 0.96% 0.47% -
HSV(B) 52.76º 0.98% 0.93% -
XYZ 57.75 63.62 9.38 -
YUV 194.12 21.28 158.59 -
System Red Green Blue C M Y K H S L
Decimal 237 209 5 0 0.12 0.98 0.07 52.76 0.96 0.47
Hex ED D1 5 0 C 62 7 35 60 2F
Octal 355 321 5 0 14 142 7 65 140 57
Binary 11101101 11010001 101 0 1100 1100010 111 110101 1100000 101111

Color Harmonies of #EDD105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD105

Black with #EDD105

Text Example


Text Example

White with #EDD105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD105; }

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

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

background-color css

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

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

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

border-color css

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

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

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