#FFEC40

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

Shades of Gorse #FFEC40

Tints of Gorse #FFEC40

Color information

#FFEC40 (or 0xFFEC40) is unknown color: approx Gorse. HEX triplet: FF, EC and 40. RGB value is (255,236,64). Sum of RGB (Red+Green+Blue) = 255+236+64=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 64 (25.39% from 255 or 11.53% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC40 is #0013BF. Grayscale: #DEDEDE. Windows color (decimal): -5056 or 4254975. OLE color: 4254975.

HSL color Cylindrical-coordinate representation of color #FFEC40: hue angle of 54.03º 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 #FFEC40 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25523664-
CMYK00.070.750
HSL54.03º100%62.55%-
HSV(B)54.03º74.9%100%-
XYZ72.1681.6216.8-
YUV222.0738.79151.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 236 (92.58% from 255) = 42.52%
BLUE value IS 64 (25.39% from 255) = 11.53%
R=45.95%
G=42.52%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552366400.070.75054.0310062.55
HexFFEC40074B036643f
Octal3773541000711306614477
Binary111111111110110010000000111100101101101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEC40; }

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

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

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

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

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

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

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

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