Html Css Color HEX #EED20C Gold

📋 copy color: '#EED20C'

red 238 ◦ green 210 ◦ blue 12

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

Shades of Gold #EED20C

Tints of Gold #EED20C

RGB

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

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

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

R = 51.74%
G = 45.65%
B = 2.61%

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

#EED20C (or 0xEED20C) is known color: Gold. HEX triplet: EE, D2 and 0C. RGB value is (238,210,12). Sum of RGB (Red+Green+Blue) = 238+210+12=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EED20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED20C is #112DF3. Grayscale: #C4C4C4. Windows color (decimal): -1125876 or 840430. OLE color: 840430.

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

Color convert

RGB 238 210 12 -
CMYK 0 0.12 0.95 0.07
HSL 52.57º 0.9% 0.49% -
HSV(B) 52.57º 0.95% 0.93% -
XYZ 58.37 64.3 9.68 -
YUV 195.8 24.28 158.1 -
System Red Green Blue C M Y K H S L
Decimal 238 210 12 0 0.12 0.95 0.07 52.57 0.9 0.49
Hex EE D2 C 0 C 5F 7 35 5A 31
Octal 356 322 14 0 14 137 7 65 132 61
Binary 11101110 11010010 1100 0 1100 1011111 111 110101 1011010 110001

Color Harmonies of #EED20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED20C

Black with #EED20C

Text Example


Text Example

White with #EED20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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