Html Css Color HEX #EDD102 Gold

📋 copy color: '#EDD102'

red 237 ◦ green 209 ◦ blue 2

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

Shades of Gold #EDD102

Tints of Gold #EDD102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 52.9%
G = 46.65%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDD102 (or 0xEDD102) is known color: Gold. HEX triplet: ED, D1 and 02. RGB value is (237,209,2). Sum of RGB (Red+Green+Blue) = 237+209+2=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD102 is #122EFD. Grayscale: #C2C2C2. Windows color (decimal): -1191678 or 184813. OLE color: 184813.

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

Color convert

RGB 237 209 2 -
CMYK 0 0.12 0.99 0.07
HSL 52.85º 0.98% 0.47% -
HSV(B) 52.85º 0.99% 0.93% -
XYZ 57.74 63.61 9.29 -
YUV 193.77 19.78 158.83 -
System Red Green Blue C M Y K H S L
Decimal 237 209 2 0 0.12 0.99 0.07 52.85 0.98 0.47
Hex ED D1 2 0 C 63 7 35 62 2F
Octal 355 321 2 0 14 143 7 65 142 57
Binary 11101101 11010001 10 0 1100 1100011 111 110101 1100010 101111

Color Harmonies of #EDD102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD102

Black with #EDD102

Text Example


Text Example

White with #EDD102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD102; }

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

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

background-color css

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

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

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

border-color css

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

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

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