#E6B63F

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

Shades of Tulip Tree #E6B63F

Tints of Tulip Tree #E6B63F

Color information

#E6B63F (or 0xE6B63F) is unknown color: approx Tulip Tree. HEX triplet: E6, B6 and 3F. RGB value is (230,182,63). Sum of RGB (Red+Green+Blue) = 230+182+63=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B63F is #1949C0. Grayscale: #B7B7B7. Windows color (decimal): -1657281 or 4175590. OLE color: 4175590.

HSL color Cylindrical-coordinate representation of color #E6B63F: hue angle of 42.75º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6B63F is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB23018263-
CMYK00.210.730.10
HSL42.75º76.96%57.45%-
HSV(B)42.75º72.61%90.2%-
XYZ50.2650.6411.83-
YUV182.7960.4161.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.42%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 63 (25% from 255) = 13.26%
R=48.42%
G=38.32%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301826300.210.730.1042.7576.9657.45
HexE6B63F01549A2b4d39
Octal34626677025111125311571
Binary1110011010110110111111010101100100110101010111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B63F; }

 p { color: rgb(230,182,63); }

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

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

 a { background-color: rgb(230,182,63); }

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

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

 span { border-color: rgb(230,182,63); }

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