#E6A930

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

Shades of Tulip Tree #E6A930

Tints of Tulip Tree #E6A930

Color information

#E6A930 (or 0xE6A930) is unknown color: approx Tulip Tree. HEX triplet: E6, A9 and 30. RGB value is (230,169,48). Sum of RGB (Red+Green+Blue) = 230+169+48=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A930 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A930 is #1956CF. Grayscale: #ADADAD. Windows color (decimal): -1660624 or 3189222. OLE color: 3189222.

HSL color Cylindrical-coordinate representation of color #E6A930: hue angle of 39.89º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6A930 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB23016948-
CMYK00.270.790.10
HSL39.89º78.45%54.51%-
HSV(B)39.89º79.13%90.2%-
XYZ47.3545.419.07-
YUV173.4457.21168.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.45%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 48 (19.14% from 255) = 10.74%
R=51.45%
G=37.81%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301694800.270.790.1039.8978.4554.51
HexE6A93001B4FA284e37
Octal34625160033117125011667
Binary1110011010101001110000011011100111110101010001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A930; }

 p { color: rgb(230,169,48); }

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

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

 a { background-color: rgb(230,169,48); }

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

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

 span { border-color: rgb(230,169,48); }

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