Html Css Color HEX #EEDC00 Golden Yellow

📋 copy color: '#EEDC00'

red 238 ◦ green 220 ◦ blue 0

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

Shades of Golden Yellow #EEDC00

Tints of Golden Yellow #EEDC00

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.03%

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

R = 51.97%
G = 48.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEDC00 (or 0xEEDC00) is known color: Golden Yellow. HEX triplet: EE, DC and 00. RGB value is (238,220,0). Sum of RGB (Red+Green+Blue) = 238+220+0=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDC00 is #1123FF. Grayscale: #C9C9C9. Windows color (decimal): -1123328 or 56558. OLE color: 56558.

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

Color convert

RGB 238 220 0 -
CMYK 0 0.08 1 0.07
HSL 55.46º 1% 0.47% -
HSV(B) 55.46º 1% 0.93% -
XYZ 60.85 69.36 10.18 -
YUV 200.3 14.96 154.89 -
System Red Green Blue C M Y K H S L
Decimal 238 220 0 0 0.08 1 0.07 55.46 1 0.47
Hex EE DC 0 0 8 64 7 37 64 2F
Octal 356 334 0 0 10 144 7 67 144 57
Binary 11101110 11011100 0 0 1000 1100100 111 110111 1100100 101111

Color Harmonies of #EEDC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC00

Black with #EEDC00

Text Example


Text Example

White with #EEDC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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