#EDB73E

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

Shades of Tulip Tree #EDB73E

Tints of Tulip Tree #EDB73E

Color information

#EDB73E (or 0xEDB73E) is unknown color: approx Tulip Tree. HEX triplet: ED, B7 and 3E. RGB value is (237,183,62). Sum of RGB (Red+Green+Blue) = 237+183+62=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB73E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB73E is #1248C1. Grayscale: #B9B9B9. Windows color (decimal): -1198274 or 4110317. OLE color: 4110317.

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

Color convert

RGB23718362-
CMYK00.230.740.07
HSL41.49º82.94%58.63%-
HSV(B)41.49º73.84%92.94%-
XYZ52.7352.2211.86-
YUV185.3558.39164.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 62 (24.61% from 255) = 12.86%
R=49.17%
G=37.97%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371836200.230.740.0741.4982.9458.63
HexEDB73E0174A729533b
Octal3552677602711275112373
Binary111011011011011111111001011110010101111010011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB73E; }

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

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

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

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

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

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

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

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