Html Css Color HEX #EED104 Gold

📋 copy color: '#EED104'

red 238 ◦ green 209 ◦ blue 4

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

Shades of Gold #EED104

Tints of Gold #EED104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 52.77%
G = 46.34%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EED104 (or 0xEED104) is known color: Gold. HEX triplet: EE, D1 and 04. RGB value is (238,209,4). Sum of RGB (Red+Green+Blue) = 238+209+4=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EED104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED104 is #112EFB. Grayscale: #C3C3C3. Windows color (decimal): -1126140 or 315886. OLE color: 315886.

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

Color convert

RGB 238 209 4 -
CMYK 0 0.12 0.98 0.07
HSL 52.56º 0.97% 0.47% -
HSV(B) 52.56º 0.98% 0.93% -
XYZ 58.08 63.79 9.37 -
YUV 194.3 20.61 159.17 -
System Red Green Blue C M Y K H S L
Decimal 238 209 4 0 0.12 0.98 0.07 52.56 0.97 0.47
Hex EE D1 4 0 C 62 7 35 61 2F
Octal 356 321 4 0 14 142 7 65 141 57
Binary 11101110 11010001 100 0 1100 1100010 111 110101 1100001 101111

Color Harmonies of #EED104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED104

Black with #EED104

Text Example


Text Example

White with #EED104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED104; }

 p { color: rgb(238,209,4); }

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

background-color css

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

 a { background-color: rgb(238,209,4); }

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

border-color css

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

 span { border-color: rgb(238,209,4); }

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