#EDB343

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

Shades of Tulip Tree #EDB343

Tints of Tulip Tree #EDB343

Color information

#EDB343 (or 0xEDB343) is unknown color: approx Tulip Tree. HEX triplet: ED, B3 and 43. RGB value is (237,179,67). Sum of RGB (Red+Green+Blue) = 237+179+67=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 67 (26.56% from 255 or 13.87% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB343 is #124CBC. Grayscale: #B8B8B8. Windows color (decimal): -1199293 or 4436973. OLE color: 4436973.

HSL color Cylindrical-coordinate representation of color #EDB343: hue angle of 39.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDB343 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23717967-
CMYK00.240.720.07
HSL39.53º82.52%59.61%-
HSV(B)39.53º71.73%92.94%-
XYZ52.0650.6512.34-
YUV183.5762.22166.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.07%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 67 (26.56% from 255) = 13.87%
R=49.07%
G=37.06%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371796700.240.720.0739.5382.5259.61
HexEDB34301848728533c
Octal35526310303011075012374
Binary1110110110110011100001101100010010001111010001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB343; }

 p { color: rgb(237,179,67); }

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

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

 a { background-color: rgb(237,179,67); }

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

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

 span { border-color: rgb(237,179,67); }

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