#E4DD06

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

Shades of Golden Yellow #E4DD06

Tints of Golden Yellow #E4DD06

Color information

#E4DD06 (or 0xE4DD06) is unknown color: approx Golden Yellow. HEX triplet: E4, DD and 06. RGB value is (228,221,6). Sum of RGB (Red+Green+Blue) = 228+221+6=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DD06 is #1B22F9. Grayscale: #C7C7C7. Windows color (decimal): -1778426 or 450020. OLE color: 450020.

HSL color Cylindrical-coordinate representation of color #E4DD06: hue angle of 58.11º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4DD06 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB2282216-
CMYK00.030.970.11
HSL58.11º94.87%45.88%-
HSV(B)58.11º97.37%89.41%-
XYZ57.8868.2210.29-
YUV198.5819.32148.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.11%
GREEN value IS 221 (86.72% from 255) = 48.57%
BLUE value IS 6 (2.73% from 255) = 1.32%
R=50.11%
G=48.57%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228221600.030.970.1158.1194.8745.88
HexE4DD60361B3a5f2e
Octal344335603141137213756
Binary1110010011011101110011110000110111110101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DD06; }

 p { color: rgb(228,221,6); }

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

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

 a { background-color: rgb(228,221,6); }

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

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

 span { border-color: rgb(228,221,6); }

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