#EBB63A

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

Shades of Tulip Tree #EBB63A

Tints of Tulip Tree #EBB63A

Color information

#EBB63A (or 0xEBB63A) is unknown color: approx Tulip Tree. HEX triplet: EB, B6 and 3A. RGB value is (235,182,58). Sum of RGB (Red+Green+Blue) = 235+182+58=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB63A is #1449C5. Grayscale: #B8B8B8. Windows color (decimal): -1329606 or 3847915. OLE color: 3847915.

HSL color Cylindrical-coordinate representation of color #EBB63A: hue angle of 42.03º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBB63A is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB23518258-
CMYK00.230.750.08
HSL42.03º81.57%57.45%-
HSV(B)42.03º75.32%92.16%-
XYZ51.7551.4211.2-
YUV183.7157.06164.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.47%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 58 (23.05% from 255) = 12.21%
R=49.47%
G=38.32%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351825800.230.750.0842.0381.5757.45
HexEBB63A0174B82a5239
Octal35326672027113105212271
Binary1110101110110110111010010111100101110001010101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB63A; }

 p { color: rgb(235,182,58); }

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

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

 a { background-color: rgb(235,182,58); }

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

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

 span { border-color: rgb(235,182,58); }

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