#E6B80A

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

Shades of Sunflower #E6B80A

Tints of Sunflower #E6B80A

Color information

#E6B80A (or 0xE6B80A) is unknown color: approx Sunflower. HEX triplet: E6, B8 and 0A. RGB value is (230,184,10). Sum of RGB (Red+Green+Blue) = 230+184+10=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B80A is #1947F5. Grayscale: #B2B2B2. Windows color (decimal): -1656822 or 702694. OLE color: 702694.

HSL color Cylindrical-coordinate representation of color #E6B80A: hue angle of 47.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6B80A is Cyan = 0, Magento = 0.2, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB23018410-
CMYK00.20.960.10
HSL47.45º91.67%47.06%-
HSV(B)47.45º95.65%90.2%-
XYZ49.8351.137.53-
YUV177.9233.24165.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.25%
GREEN value IS 184 (72.27% from 255) = 43.40%
BLUE value IS 10 (4.30% from 255) = 2.36%
R=54.25%
G=43.40%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301841000.20.960.1047.4591.6747.06
HexE6B8A01460A2f5c2f
Octal34627012024140125713457
Binary11100110101110001010010100110000010101011111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B80A; }

 p { color: rgb(230,184,10); }

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

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

 a { background-color: rgb(230,184,10); }

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

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

 span { border-color: rgb(230,184,10); }

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