#EEDD00

Color #EEDD00 Golden Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Yellow #EEDD00

Tints of Golden Yellow #EEDD00

Color information

#EEDD00 (or 0xEEDD00) is unknown color: approx Golden Yellow. HEX triplet: EE, DD and 00. RGB value is (238,221,0). Sum of RGB (Red+Green+Blue) = 238+221+0=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDD00 is #1122FF. Grayscale: #C9C9C9. Windows color (decimal): -1123072 or 56814. OLE color: 56814.

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

Color convert

RGB2382210-
CMYK00.0710.07
HSL55.71º100%46.67%-
HSV(B)55.71º100%93.33%-
XYZ61.1269.8910.27-
YUV200.8914.63154.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.85%
GREEN value IS 221 (86.72% from 255) = 48.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.85%
G=48.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238221000.0710.0755.7110046.67
HexEEDD00764738642f
Octal35633500714477014457
Binary11101110110111010011111001001111110001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD00; }

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

 H1.HeaderClassName
 {
   color: #EEDD00;
 }
 .AnyTagClassName
 {
   color: #EEDD00;
 }
</style>
background-color css

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

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

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

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

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

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