#E6C50E

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

Shades of Sunflower #E6C50E

Tints of Sunflower #E6C50E

Color information

#E6C50E (or 0xE6C50E) is unknown color: approx Sunflower. HEX triplet: E6, C5 and 0E. RGB value is (230,197,14). Sum of RGB (Red+Green+Blue) = 230+197+14=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C50E is #193AF1. Grayscale: #BABABA. Windows color (decimal): -1653490 or 968166. OLE color: 968166.

HSL color Cylindrical-coordinate representation of color #E6C50E: hue angle of 50.83º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6C50E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB23019714-
CMYK00.140.940.10
HSL50.83º88.52%47.84%-
HSV(B)50.83º93.91%90.2%-
XYZ52.6856.798.6-
YUV18630.93159.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.15%
GREEN value IS 197 (77.34% from 255) = 44.67%
BLUE value IS 14 (5.86% from 255) = 3.17%
R=52.15%
G=44.67%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301971400.140.940.1050.8388.5247.84
HexE6C5E0E5EA335930
Octal34630516016136126313160
Binary1110011011000101111001110101111010101100111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C50E; }

 p { color: rgb(230,197,14); }

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

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

 a { background-color: rgb(230,197,14); }

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

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

 span { border-color: rgb(230,197,14); }

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