#efaa3d

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

Shades of Tulip Tree #EFAA3D

Tints of Tulip Tree #EFAA3D

Color information

#EFAA3D (or 0xEFAA3D) is unknown color: approx Tulip Tree. HEX triplet: EF, AA and 3D. RGB value is (239,170,61). Sum of RGB (Red+Green+Blue) = 239+170+61=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA3D is #1055C2. Grayscale: #B2B2B2. Windows color (decimal): -1070531 or 4041455. OLE color: 4041455.

HSL color Cylindrical-coordinate representation of color #EFAA3D: hue angle of 36.74º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFAA3D is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB23917061-
CMYK00.290.740.06
HSL36.74º84.76%58.82%-
HSV(B)36.74º74.48%93.73%-
XYZ50.8147.4410.89-
YUV178.261.86171.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.85%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 61 (24.22% from 255) = 12.98%
R=50.85%
G=36.17%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391706100.290.740.0636.7484.7658.82
HexEFAA3D01D4A625553b
Octal3572527503511264512573
Binary111011111010101011110101110110010101101001011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efaa3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efaa3d; }

 p { color: rgb(239,170,61); }

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

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

 a { background-color: rgb(239,170,61); }

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

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

 span { border-color: rgb(239,170,61); }

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