Html Css Color HEX #EDD300 Gold

📋 copy color: '#EDD300'

red 237 ◦ green 211 ◦ blue 0

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

Shades of Gold #EDD300

Tints of Gold #EDD300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.9%
G = 47.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDD300 (or 0xEDD300) is known color: Gold. HEX triplet: ED, D3 and 00. RGB value is (237,211,0). Sum of RGB (Red+Green+Blue) = 237+211+0=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD300 is #122CFF. Grayscale: #C3C3C3. Windows color (decimal): -1191168 or 54253. OLE color: 54253.

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

Color convert

RGB 237 211 0 -
CMYK 0 0.11 1 0.07
HSL 53.42º 1% 0.46% -
HSV(B) 53.42º 1% 0.93% -
XYZ 58.22 64.59 9.4 -
YUV 194.72 18.11 158.16 -
System Red Green Blue C M Y K H S L
Decimal 237 211 0 0 0.11 1 0.07 53.42 1 0.46
Hex ED D3 0 0 B 64 7 35 64 2E
Octal 355 323 0 0 13 144 7 65 144 56
Binary 11101101 11010011 0 0 1011 1100100 111 110101 1100100 101110

Color Harmonies of #EDD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD300

Black with #EDD300

Text Example


Text Example

White with #EDD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD300; }

 p { color: rgb(237,211,0); }

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

background-color css

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

 a { background-color: rgb(237,211,0); }

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

border-color css

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

 span { border-color: rgb(237,211,0); }

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