#E8B80D

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

Shades of Sunflower #E8B80D

Tints of Sunflower #E8B80D

Color information

#E8B80D (or 0xE8B80D) is unknown color: approx Sunflower. HEX triplet: E8, B8 and 0D. RGB value is (232,184,13). Sum of RGB (Red+Green+Blue) = 232+184+13=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8B80D is #1747F2. Grayscale: #B3B3B3. Windows color (decimal): -1525747 or 899304. OLE color: 899304.

HSL color Cylindrical-coordinate representation of color #E8B80D: hue angle of 46.85º 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 #E8B80D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB23218413-
CMYK00.210.940.09
HSL46.85º89.39%48.04%-
HSV(B)46.85º94.4%90.98%-
XYZ50.4951.477.65-
YUV178.8634.4165.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.08%
GREEN value IS 184 (72.27% from 255) = 42.89%
BLUE value IS 13 (5.47% from 255) = 3.03%
R=54.08%
G=42.89%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321841300.210.940.0946.8589.3948.04
HexE8B8D0155E92f5930
Octal35027015025136115713160
Binary11101000101110001101010101101111010011011111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B80D; }

 p { color: rgb(232,184,13); }

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

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

 a { background-color: rgb(232,184,13); }

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

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

 span { border-color: rgb(232,184,13); }

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