Html Css Color HEX #EED102 Gold

📋 copy color: '#EED102'

red 238 ◦ green 209 ◦ blue 2

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

Shades of Gold #EED102

Tints of Gold #EED102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 53.01%
G = 46.55%
B = 0.45%

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

#EED102 (or 0xEED102) is known color: Gold. HEX triplet: EE, D1 and 02. RGB value is (238,209,2). Sum of RGB (Red+Green+Blue) = 238+209+2=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EED102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED102 is #112EFD. Grayscale: #C2C2C2. Windows color (decimal): -1126142 or 184814. OLE color: 184814.

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

Color convert

RGB 238 209 2 -
CMYK 0 0.12 0.99 0.07
HSL 52.63º 0.98% 0.47% -
HSV(B) 52.63º 0.99% 0.93% -
XYZ 58.07 63.78 9.31 -
YUV 194.07 19.61 159.33 -
System Red Green Blue C M Y K H S L
Decimal 238 209 2 0 0.12 0.99 0.07 52.63 0.98 0.47
Hex EE D1 2 0 C 63 7 35 62 2F
Octal 356 321 2 0 14 143 7 65 142 57
Binary 11101110 11010001 10 0 1100 1100011 111 110101 1100010 101111

Color Harmonies of #EED102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED102

Black with #EED102

Text Example


Text Example

White with #EED102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED102; }

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

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

background-color css

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

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

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

border-color css

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

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

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