Html Css Color HEX #EDD003 Gold

📋 copy color: '#EDD003'

red 237 ◦ green 208 ◦ blue 3

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

Shades of Gold #EDD003

Tints of Gold #EDD003

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.43%

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 52.9%
G = 46.43%
B = 0.67%

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

#EDD003 (or 0xEDD003) is known color: Gold. HEX triplet: ED, D0 and 03. RGB value is (237,208,3). Sum of RGB (Red+Green+Blue) = 237+208+3=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD003 is #122FFC. Grayscale: #C2C2C2. Windows color (decimal): -1191933 or 250093. OLE color: 250093.

HSL color Cylindrical-coordinate representation of color #EDD003: hue angle of 52.56º 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 #EDD003 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 3 -
CMYK 0 0.12 0.99 0.07
HSL 52.56º 0.98% 0.47% -
HSV(B) 52.56º 0.99% 0.93% -
XYZ 57.5 63.12 9.24 -
YUV 193.3 20.61 159.17 -
System Red Green Blue C M Y K H S L
Decimal 237 208 3 0 0.12 0.99 0.07 52.56 0.98 0.47
Hex ED D0 3 0 C 63 7 35 62 2F
Octal 355 320 3 0 14 143 7 65 142 57
Binary 11101101 11010000 11 0 1100 1100011 111 110101 1100010 101111

Color Harmonies of #EDD003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD003

Black with #EDD003

Text Example


Text Example

White with #EDD003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD003; }

 p { color: rgb(237,208,3); }

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

background-color css

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

 a { background-color: rgb(237,208,3); }

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

border-color css

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

 span { border-color: rgb(237,208,3); }

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