Html Css Color HEX #EDD10C Gold

📋 copy color: '#EDD10C'

red 237 ◦ green 209 ◦ blue 12

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

Shades of Gold #EDD10C

Tints of Gold #EDD10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.62%

R = 51.75%
G = 45.63%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDD10C (or 0xEDD10C) is known color: Gold. HEX triplet: ED, D1 and 0C. RGB value is (237,209,12). Sum of RGB (Red+Green+Blue) = 237+209+12=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD10C is #122EF3. Grayscale: #C3C3C3. Windows color (decimal): -1191668 or 840173. OLE color: 840173.

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

Color convert

RGB 237 209 12 -
CMYK 0 0.12 0.95 0.07
HSL 52.53º 0.9% 0.49% -
HSV(B) 52.53º 0.95% 0.93% -
XYZ 57.79 63.63 9.58 -
YUV 194.91 24.78 158.02 -
System Red Green Blue C M Y K H S L
Decimal 237 209 12 0 0.12 0.95 0.07 52.53 0.9 0.49
Hex ED D1 C 0 C 5F 7 35 5A 31
Octal 355 321 14 0 14 137 7 65 132 61
Binary 11101101 11010001 1100 0 1100 1011111 111 110101 1011010 110001

Color Harmonies of #EDD10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD10C

Black with #EDD10C

Text Example


Text Example

White with #EDD10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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