#EDB741

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

Shades of Tulip Tree #EDB741

Tints of Tulip Tree #EDB741

Color information

#EDB741 (or 0xEDB741) is unknown color: approx Tulip Tree. HEX triplet: ED, B7 and 41. RGB value is (237,183,65). Sum of RGB (Red+Green+Blue) = 237+183+65=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB741 is #1248BE. Grayscale: #BABABA. Windows color (decimal): -1198271 or 4306925. OLE color: 4306925.

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

Color convert

RGB23718365-
CMYK00.230.730.07
HSL41.16º82.69%59.22%-
HSV(B)41.16º72.57%92.94%-
XYZ52.8152.2512.3-
YUV185.6959.89164.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.87%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 65 (25.78% from 255) = 13.40%
R=48.87%
G=37.73%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371836500.230.730.0741.1682.6959.22
HexEDB74101749729533b
Octal35526710102711175112373
Binary1110110110110111100000101011110010011111010011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB741; }

 p { color: rgb(237,183,65); }

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

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

 a { background-color: rgb(237,183,65); }

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

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

 span { border-color: rgb(237,183,65); }

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