#EDAE3B

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

Shades of Tulip Tree #EDAE3B

Tints of Tulip Tree #EDAE3B

Color information

#EDAE3B (or 0xEDAE3B) is unknown color: approx Tulip Tree. HEX triplet: ED, AE and 3B. RGB value is (237,174,59). Sum of RGB (Red+Green+Blue) = 237+174+59=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 59 (23.44% from 255 or 12.55% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAE3B is #1251C4. Grayscale: #B4B4B4. Windows color (decimal): -1200581 or 3911405. OLE color: 3911405.

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

Color convert

RGB23717459-
CMYK00.270.750.07
HSL38.76º83.18%58.04%-
HSV(B)38.76º75.11%92.94%-
XYZ50.8548.5910.84-
YUV179.7359.87168.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.43%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 59 (23.44% from 255) = 12.55%
R=50.43%
G=37.02%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371745900.270.750.0738.7683.1858.04
HexEDAE3B01B4B727533a
Octal3552567303311374712372
Binary111011011010111011101101101110010111111001111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE3B; }

 p { color: rgb(237,174,59); }

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

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

 a { background-color: rgb(237,174,59); }

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

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

 span { border-color: rgb(237,174,59); }

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