#EDB641

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

Shades of Tulip Tree #EDB641

Tints of Tulip Tree #EDB641

Color information

#EDB641 (or 0xEDB641) is unknown color: approx Tulip Tree. HEX triplet: ED, B6 and 41. RGB value is (237,182,65). Sum of RGB (Red+Green+Blue) = 237+182+65=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB641 is #1249BE. Grayscale: #B9B9B9. Windows color (decimal): -1198527 or 4306669. OLE color: 4306669.

HSL color Cylindrical-coordinate representation of color #EDB641: hue angle of 40.81º 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 #EDB641 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23718265-
CMYK00.230.730.07
HSL40.81º82.69%59.22%-
HSV(B)40.81º72.57%92.94%-
XYZ52.6151.8412.23-
YUV185.1160.22165.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 65 (25.78% from 255) = 13.43%
R=48.97%
G=37.60%
B=13.43%

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
Decimal2371826500.230.730.0740.8182.6959.22
HexEDB64101749729533b
Octal35526610102711175112373
Binary1110110110110110100000101011110010011111010011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB641; }

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

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

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

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

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

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

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

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