#E6B30F

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

Shades of Sunflower #E6B30F

Tints of Sunflower #E6B30F

Color information

#E6B30F (or 0xE6B30F) is unknown color: approx Sunflower. HEX triplet: E6, B3 and 0F. RGB value is (230,179,15). Sum of RGB (Red+Green+Blue) = 230+179+15=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B30F is #194CF0. Grayscale: #B0B0B0. Windows color (decimal): -1658097 or 1029094. OLE color: 1029094.

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

Color convert

RGB23017915-
CMYK00.220.930.10
HSL45.77º87.76%48.04%-
HSV(B)45.77º93.48%90.2%-
XYZ48.8449.17.35-
YUV175.5537.4166.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.25%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 15 (6.25% from 255) = 3.54%
R=54.25%
G=42.22%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301791500.220.930.1045.7787.7648.04
HexE6B3F0165DA2e5830
Octal34626317026135125613060
Binary11100110101100111111010110101110110101011101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B30F; }

 p { color: rgb(230,179,15); }

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

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

 a { background-color: rgb(230,179,15); }

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

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

 span { border-color: rgb(230,179,15); }

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