#EBB43D

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

Shades of Tulip Tree #EBB43D

Tints of Tulip Tree #EBB43D

Color information

#EBB43D (or 0xEBB43D) is unknown color: approx Tulip Tree. HEX triplet: EB, B4 and 3D. RGB value is (235,180,61). Sum of RGB (Red+Green+Blue) = 235+180+61=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB43D is #144BC2. Grayscale: #B7B7B7. Windows color (decimal): -1330115 or 4044011. OLE color: 4044011.

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

Color convert

RGB23518061-
CMYK00.230.740.08
HSL41.03º81.31%58.04%-
HSV(B)41.03º74.04%92.16%-
XYZ51.4250.6411.48-
YUV182.8859.22165.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 61 (24.22% from 255) = 12.82%
R=49.37%
G=37.82%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351806100.230.740.0841.0381.3158.04
HexEBB43D0174A829513a
Octal35326475027112105112172
Binary1110101110110100111101010111100101010001010011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB43D; }

 p { color: rgb(235,180,61); }

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

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

 a { background-color: rgb(235,180,61); }

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

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

 span { border-color: rgb(235,180,61); }

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