#EDD430

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

Shades of Golden Dream #EDD430

Tints of Golden Dream #EDD430

Color information

#EDD430 (or 0xEDD430) is unknown color: approx Golden Dream. HEX triplet: ED, D4 and 30. RGB value is (237,212,48). Sum of RGB (Red+Green+Blue) = 237+212+48=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD430 is #122BCF. Grayscale: #C9C9C9. Windows color (decimal): -1190864 or 3200237. OLE color: 3200237.

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

Color convert

RGB23721248-
CMYK00.110.800.07
HSL52.06º84%55.88%-
HSV(B)52.06º79.75%92.94%-
XYZ5965.312.29-
YUV200.7841.78153.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 48 (19.14% from 255) = 9.66%
R=47.69%
G=42.66%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372124800.110.800.0752.068455.88
HexEDD4300B507345438
Octal3553246001312076412470
Binary11101101110101001100000101110100001111101001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD430; }

 p { color: rgb(237,212,48); }

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

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

 a { background-color: rgb(237,212,48); }

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

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

 span { border-color: rgb(237,212,48); }

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