#FFE13C

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

Shades of Gorse #FFE13C

Tints of Gorse #FFE13C

Color information

#FFE13C (or 0xFFE13C) is unknown color: approx Gorse. HEX triplet: FF, E1 and 3C. RGB value is (255,225,60). Sum of RGB (Red+Green+Blue) = 255+225+60=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 60 (23.83% from 255 or 11.11% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE13C is #001EC3. Grayscale: #D7D7D7. Windows color (decimal): -7876 or 3990015. OLE color: 3990015.

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

Color convert

RGB25522560-
CMYK00.120.760
HSL50.77º100%61.76%-
HSV(B)50.77º76.47%100%-
XYZ68.9875.4415.2-
YUV215.1640.44156.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 225 (88.28% from 255) = 41.67%
BLUE value IS 60 (23.83% from 255) = 11.11%
R=47.22%
G=41.67%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552256000.120.76050.7710061.76
HexFFE13C0C4C033643e
Octal3773417401411406314476
Binary111111111110000111110001100100110001100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE13C; }

 p { color: rgb(255,225,60); }

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

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

 a { background-color: rgb(255,225,60); }

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

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

 span { border-color: rgb(255,225,60); }

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