Html Css Color HEX #EED300 Gold

📋 copy color: '#EED300'

red 238 ◦ green 211 ◦ blue 0

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

Shades of Gold #EED300

Tints of Gold #EED300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.01%
G = 46.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EED300 (or 0xEED300) is known color: Gold. HEX triplet: EE, D3 and 00. RGB value is (238,211,0). Sum of RGB (Red+Green+Blue) = 238+211+0=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EED300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED300 is #112CFF. Grayscale: #C3C3C3. Windows color (decimal): -1125632 or 54254. OLE color: 54254.

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

Color convert

RGB 238 211 0 -
CMYK 0 0.11 1 0.07
HSL 53.19º 1% 0.47% -
HSV(B) 53.19º 1% 0.93% -
XYZ 58.55 64.77 9.41 -
YUV 195.02 17.95 158.66 -
System Red Green Blue C M Y K H S L
Decimal 238 211 0 0 0.11 1 0.07 53.19 1 0.47
Hex EE D3 0 0 B 64 7 35 64 2F
Octal 356 323 0 0 13 144 7 65 144 57
Binary 11101110 11010011 0 0 1011 1100100 111 110101 1100100 101111

Color Harmonies of #EED300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED300

Black with #EED300

Text Example


Text Example

White with #EED300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED300; }

 p { color: rgb(238,211,0); }

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

background-color css

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

 a { background-color: rgb(238,211,0); }

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

border-color css

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

 span { border-color: rgb(238,211,0); }

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