#E7C80E

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

Shades of Sunflower #E7C80E

Tints of Sunflower #E7C80E

Color information

#E7C80E (or 0xE7C80E) is unknown color: approx Sunflower. HEX triplet: E7, C8 and 0E. RGB value is (231,200,14). Sum of RGB (Red+Green+Blue) = 231+200+14=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C80E is #1837F1. Grayscale: #BCBCBC. Windows color (decimal): -1587186 or 968935. OLE color: 968935.

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

Color convert

RGB23120014-
CMYK00.130.940.09
HSL51.43º88.57%48.04%-
HSV(B)51.43º93.94%90.59%-
XYZ53.6958.338.84-
YUV188.0629.77158.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.91%
GREEN value IS 200 (78.52% from 255) = 44.94%
BLUE value IS 14 (5.86% from 255) = 3.15%
R=51.91%
G=44.94%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312001400.130.940.0951.4388.5748.04
HexE7C8E0D5E9335930
Octal34731016015136116313160
Binary1110011111001000111001101101111010011100111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C80E; }

 p { color: rgb(231,200,14); }

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

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

 a { background-color: rgb(231,200,14); }

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

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

 span { border-color: rgb(231,200,14); }

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