#EDAB46

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

Shades of Tulip Tree #EDAB46

Tints of Tulip Tree #EDAB46

Color information

#EDAB46 (or 0xEDAB46) is unknown color: approx Tulip Tree. HEX triplet: ED, AB and 46. RGB value is (237,171,70). Sum of RGB (Red+Green+Blue) = 237+171+70=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB46 is #1254B9. Grayscale: #B3B3B3. Windows color (decimal): -1201338 or 4631533. OLE color: 4631533.

HSL color Cylindrical-coordinate representation of color #EDAB46: hue angle of 36.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDAB46 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23717170-
CMYK00.280.700.07
HSL36.29º82.27%60.2%-
HSV(B)36.29º70.46%92.94%-
XYZ50.5947.5712.31-
YUV179.2266.37169.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 70 (27.73% from 255) = 14.64%
R=49.58%
G=35.77%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371717000.280.700.0736.2982.2760.2
HexEDAB4601C46724523c
Octal35525310603410674412274
Binary1110110110101011100011001110010001101111001001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB46; }

 p { color: rgb(237,171,70); }

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

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

 a { background-color: rgb(237,171,70); }

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

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

 span { border-color: rgb(237,171,70); }

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