#EDCF34

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

Shades of Golden Dream #EDCF34

Tints of Golden Dream #EDCF34

Color information

#EDCF34 (or 0xEDCF34) is unknown color: approx Golden Dream. HEX triplet: ED, CF and 34. RGB value is (237,207,52). Sum of RGB (Red+Green+Blue) = 237+207+52=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF34 is #1230CB. Grayscale: #C6C6C6. Windows color (decimal): -1192140 or 3461101. OLE color: 3461101.

HSL color Cylindrical-coordinate representation of color #EDCF34: hue angle of 50.27º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDCF34 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23720752-
CMYK00.130.780.07
HSL50.27º83.71%56.67%-
HSV(B)50.27º78.06%92.94%-
XYZ57.8662.8812.34-
YUV198.345.44155.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 207 (81.25% from 255) = 41.73%
BLUE value IS 52 (20.70% from 255) = 10.48%
R=47.78%
G=41.73%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372075200.130.780.0750.2783.7156.67
HexEDCF340D4E7325439
Octal3553176401511676212471
Binary11101101110011111101000110110011101111100101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF34; }

 p { color: rgb(237,207,52); }

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

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

 a { background-color: rgb(237,207,52); }

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

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

 span { border-color: rgb(237,207,52); }

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