#EBB338

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

Shades of Tulip Tree #EBB338

Tints of Tulip Tree #EBB338

Color information

#EBB338 (or 0xEBB338) is unknown color: approx Tulip Tree. HEX triplet: EB, B3 and 38. RGB value is (235,179,56). Sum of RGB (Red+Green+Blue) = 235+179+56=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB338 is #144CC7. Grayscale: #B6B6B6. Windows color (decimal): -1330376 or 3716075. OLE color: 3716075.

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

Color convert

RGB23517956-
CMYK00.240.760.08
HSL41.23º81.74%57.06%-
HSV(B)41.23º76.17%92.16%-
XYZ51.0950.1910.74-
YUV181.7257.05166-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 56 (22.27% from 255) = 11.91%
R=50%
G=38.09%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351795600.240.760.0841.2381.7457.06
HexEBB3380184C8295239
Octal35326370030114105112271
Binary1110101110110011111000011000100110010001010011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB338; }

 p { color: rgb(235,179,56); }

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

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

 a { background-color: rgb(235,179,56); }

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

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

 span { border-color: rgb(235,179,56); }

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