#E4D02F

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

Shades of Golden Dream #E4D02F

Tints of Golden Dream #E4D02F

Color information

#E4D02F (or 0xE4D02F) is unknown color: approx Golden Dream. HEX triplet: E4, D0 and 2F. RGB value is (228,208,47). Sum of RGB (Red+Green+Blue) = 228+208+47=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D02F is #1B2FD0. Grayscale: #C4C4C4. Windows color (decimal): -1781713 or 3133668. OLE color: 3133668.

HSL color Cylindrical-coordinate representation of color #E4D02F: hue angle of 53.37º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4D02F is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB22820847-
CMYK00.090.790.11
HSL53.37º77.02%53.92%-
HSV(B)53.37º79.39%89.41%-
XYZ55.0661.8111.72-
YUV195.6344.13151.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.20%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 47 (18.75% from 255) = 9.73%
R=47.20%
G=43.06%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282084700.090.790.1153.3777.0253.92
HexE4D02F094FB354d36
Octal34432057011117136511566
Binary111001001101000010111101001100111110111101011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D02F; }

 p { color: rgb(228,208,47); }

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

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

 a { background-color: rgb(228,208,47); }

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

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

 span { border-color: rgb(228,208,47); }

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