Html Css Color HEX #EED202 Gold

📋 copy color: '#EED202'

red 238 ◦ green 210 ◦ blue 2

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

Shades of Gold #EED202

Tints of Gold #EED202

RGB

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

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

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

R = 52.89%
G = 46.67%
B = 0.44%

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

#EED202 (or 0xEED202) is known color: Gold. HEX triplet: EE, D2 and 02. RGB value is (238,210,2). Sum of RGB (Red+Green+Blue) = 238+210+2=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EED202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED202 is #112DFD. Grayscale: #C3C3C3. Windows color (decimal): -1125886 or 185070. OLE color: 185070.

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

Color convert

RGB 238 210 2 -
CMYK 0 0.12 0.99 0.07
HSL 52.88º 0.98% 0.47% -
HSV(B) 52.88º 0.99% 0.93% -
XYZ 58.32 64.27 9.39 -
YUV 194.66 19.28 158.91 -
System Red Green Blue C M Y K H S L
Decimal 238 210 2 0 0.12 0.99 0.07 52.88 0.98 0.47
Hex EE D2 2 0 C 63 7 35 62 2F
Octal 356 322 2 0 14 143 7 65 142 57
Binary 11101110 11010010 10 0 1100 1100011 111 110101 1100010 101111

Color Harmonies of #EED202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED202

Black with #EED202

Text Example


Text Example

White with #EED202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED202; }

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

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

background-color css

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

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

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

border-color css

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

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

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