#EDAE34

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

Shades of Tulip Tree #EDAE34

Tints of Tulip Tree #EDAE34

Color information

#EDAE34 (or 0xEDAE34) is unknown color: approx Tulip Tree. HEX triplet: ED, AE and 34. RGB value is (237,174,52). Sum of RGB (Red+Green+Blue) = 237+174+52=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAE34 is #1251CB. Grayscale: #B3B3B3. Windows color (decimal): -1200588 or 3452653. OLE color: 3452653.

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

Color convert

RGB23717452-
CMYK00.270.780.07
HSL39.57º83.71%56.67%-
HSV(B)39.57º78.06%92.94%-
XYZ50.6848.529.94-
YUV178.9356.37169.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.19%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 52 (20.70% from 255) = 11.23%
R=51.19%
G=37.58%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371745200.270.780.0739.5783.7156.67
HexEDAE3401B4E7285439
Octal3552566403311675012471
Binary111011011010111011010001101110011101111010001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE34; }

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

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

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

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

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

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

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

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