#E6B20F

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

Shades of Sunflower #E6B20F

Tints of Sunflower #E6B20F

Color information

#E6B20F (or 0xE6B20F) is unknown color: approx Sunflower. HEX triplet: E6, B2 and 0F. RGB value is (230,178,15). Sum of RGB (Red+Green+Blue) = 230+178+15=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B20F is #194DF0. Grayscale: #AFAFAF. Windows color (decimal): -1658353 or 1028838. OLE color: 1028838.

HSL color Cylindrical-coordinate representation of color #E6B20F: hue angle of 45.49º 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 #E6B20F is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB23017815-
CMYK00.230.930.10
HSL45.49º87.76%48.04%-
HSV(B)45.49º93.48%90.2%-
XYZ48.6448.77.29-
YUV174.9737.73167.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.37%
GREEN value IS 178 (69.92% from 255) = 42.08%
BLUE value IS 15 (6.25% from 255) = 3.55%
R=54.37%
G=42.08%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301781500.230.930.1045.4987.7648.04
HexE6B2F0175DA2d5830
Octal34626217027135125513060
Binary11100110101100101111010111101110110101011011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B20F; }

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

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

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

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

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

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

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

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