#EFB13F

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

Shades of Tulip Tree #EFB13F

Tints of Tulip Tree #EFB13F

Color information

#EFB13F (or 0xEFB13F) is unknown color: approx Tulip Tree. HEX triplet: EF, B1 and 3F. RGB value is (239,177,63). Sum of RGB (Red+Green+Blue) = 239+177+63=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB13F is #104EC0. Grayscale: #B7B7B7. Windows color (decimal): -1068737 or 4174319. OLE color: 4174319.

HSL color Cylindrical-coordinate representation of color #EFB13F: hue angle of 38.86º 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 #EFB13F is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB23917763-
CMYK00.260.740.06
HSL38.86º84.62%59.22%-
HSV(B)38.86º73.64%93.73%-
XYZ52.2250.1511.63-
YUV182.5460.54168.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.90%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 63 (25% from 255) = 13.15%
R=49.90%
G=36.95%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391776300.260.740.0638.8684.6259.22
HexEFB13F01A4A627553b
Octal3572617703211264712573
Binary111011111011000111111101101010010101101001111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB13F; }

 p { color: rgb(239,177,63); }

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

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

 a { background-color: rgb(239,177,63); }

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

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

 span { border-color: rgb(239,177,63); }

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