Html Css Color HEX #EDD206 Gold

📋 copy color: '#EDD206'

red 237 ◦ green 210 ◦ blue 6

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

Shades of Gold #EDD206

Tints of Gold #EDD206

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.36%

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 52.32%
G = 46.36%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDD206 (or 0xEDD206) is known color: Gold. HEX triplet: ED, D2 and 06. RGB value is (237,210,6). Sum of RGB (Red+Green+Blue) = 237+210+6=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD206 is #122DF9. Grayscale: #C3C3C3. Windows color (decimal): -1191418 or 447213. OLE color: 447213.

HSL color Cylindrical-coordinate representation of color #EDD206: hue angle of 52.99º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDD206 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 6 -
CMYK 0 0.11 0.97 0.07
HSL 52.99º 0.95% 0.48% -
HSV(B) 52.99º 0.97% 0.93% -
XYZ 58 64.11 9.49 -
YUV 194.82 21.45 158.09 -
System Red Green Blue C M Y K H S L
Decimal 237 210 6 0 0.11 0.97 0.07 52.99 0.95 0.48
Hex ED D2 6 0 B 61 7 35 5F 30
Octal 355 322 6 0 13 141 7 65 137 60
Binary 11101101 11010010 110 0 1011 1100001 111 110101 1011111 110000

Color Harmonies of #EDD206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD206

Black with #EDD206

Text Example


Text Example

White with #EDD206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD206; }

 p { color: rgb(237,210,6); }

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

background-color css

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

 a { background-color: rgb(237,210,6); }

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

border-color css

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

 span { border-color: rgb(237,210,6); }

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