#EFAD3B

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

Shades of Tulip Tree #EFAD3B

Tints of Tulip Tree #EFAD3B

Color information

#EFAD3B (or 0xEFAD3B) is unknown color: approx Tulip Tree. HEX triplet: EF, AD and 3B. RGB value is (239,173,59). Sum of RGB (Red+Green+Blue) = 239+173+59=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAD3B is #1052C4. Grayscale: #B4B4B4. Windows color (decimal): -1069765 or 3911151. OLE color: 3911151.

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

Color convert

RGB23917359-
CMYK00.280.750.06
HSL38º84.91%58.43%-
HSV(B)38º75.31%93.73%-
XYZ51.3348.5510.8-
YUV179.7459.87170.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.74%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 59 (23.44% from 255) = 12.53%
R=50.74%
G=36.73%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391735900.280.750.063884.9158.43
HexEFAD3B01C4B626553a
Octal3572557303411364612572
Binary111011111010110111101101110010010111101001101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD3B; }

 p { color: rgb(239,173,59); }

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

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

 a { background-color: rgb(239,173,59); }

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

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

 span { border-color: rgb(239,173,59); }

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