#edb342

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

Shades of Tulip Tree #EDB342

Tints of Tulip Tree #EDB342

Color information

#EDB342 (or 0xEDB342) is unknown color: approx Tulip Tree. HEX triplet: ED, B3 and 42. RGB value is (237,179,66). Sum of RGB (Red+Green+Blue) = 237+179+66=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB342 is #124CBD. Grayscale: #B7B7B7. Windows color (decimal): -1199294 or 4371437. OLE color: 4371437.

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

Color convert

RGB23717966-
CMYK00.240.720.07
HSL39.65º82.61%59.41%-
HSV(B)39.65º72.15%92.94%-
XYZ52.0350.6412.19-
YUV183.4661.72166.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 66 (26.17% from 255) = 13.69%
R=49.17%
G=37.14%
B=13.69%

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
Decimal2371796600.240.720.0739.6582.6159.41
HexEDB34201848728533b
Octal35526310203011075012373
Binary1110110110110011100001001100010010001111010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edb342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edb342; }

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

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

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

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

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

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

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

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