Html Css Color HEX #EED50C Gold

📋 copy color: '#EED50C'

red 238 ◦ green 213 ◦ blue 12

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

Shades of Gold #EED50C

Tints of Gold #EED50C

RGB

 RED value IS 238 (93.36% from 255) = 51.4%

 GREEN value IS 213 (83.59% from 255) = 46%

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

R = 51.4%
G = 46%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EED50C (or 0xEED50C) is known color: Gold. HEX triplet: EE, D5 and 0C. RGB value is (238,213,12). Sum of RGB (Red+Green+Blue) = 238+213+12=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EED50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED50C is #112AF3. Grayscale: #C6C6C6. Windows color (decimal): -1125108 or 841198. OLE color: 841198.

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

Color convert

RGB 238 213 12 -
CMYK 0 0.11 0.95 0.07
HSL 53.36º 0.9% 0.49% -
HSV(B) 53.36º 0.95% 0.93% -
XYZ 59.12 65.79 9.93 -
YUV 197.56 23.28 156.84 -
System Red Green Blue C M Y K H S L
Decimal 238 213 12 0 0.11 0.95 0.07 53.36 0.9 0.49
Hex EE D5 C 0 B 5F 7 35 5A 31
Octal 356 325 14 0 13 137 7 65 132 61
Binary 11101110 11010101 1100 0 1011 1011111 111 110101 1011010 110001

Color Harmonies of #EED50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED50C

Black with #EED50C

Text Example


Text Example

White with #EED50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED50C; }

 p { color: rgb(238,213,12); }

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

background-color css

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

 a { background-color: rgb(238,213,12); }

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

border-color css

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

 span { border-color: rgb(238,213,12); }

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