#FFED40

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

Shades of Gorse #FFED40

Tints of Gorse #FFED40

Color information

#FFED40 (or 0xFFED40) is unknown color: approx Gorse. HEX triplet: FF, ED and 40. RGB value is (255,237,64). Sum of RGB (Red+Green+Blue) = 255+237+64=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 64 (25.39% from 255 or 11.51% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED40 is #0012BF. Grayscale: #DFDFDF. Windows color (decimal): -4800 or 4255231. OLE color: 4255231.

HSL color Cylindrical-coordinate representation of color #FFED40: hue angle of 54.35º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFED40 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25523764-
CMYK00.070.750
HSL54.35º100%62.55%-
HSV(B)54.35º74.9%100%-
XYZ72.4582.216.9-
YUV222.6638.46151.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 237 (92.97% from 255) = 42.63%
BLUE value IS 64 (25.39% from 255) = 11.51%
R=45.86%
G=42.63%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552376400.070.75054.3510062.55
HexFFED40074B036643f
Octal3773551000711306614477
Binary111111111110110110000000111100101101101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED40; }

 p { color: rgb(255,237,64); }

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

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

 a { background-color: rgb(255,237,64); }

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

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

 span { border-color: rgb(255,237,64); }

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