Html Css Color HEX #EFB040 Tulip Tree

📋 copy color: '#EFB040'

red 239 ◦ green 176 ◦ blue 64

#EFB040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #EFB040

Tints of Tulip Tree #EFB040

RGB

 RED value IS 239 (93.75% from 255) = 49.9%

 GREEN value IS 176 (69.14% from 255) = 36.74%

 BLUE value IS 64 (25.39% from 255) = 13.36%

R = 49.9%
G = 36.74%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFB040 (or 0xEFB040) is known color: Tulip Tree. HEX triplet: EF, B0 and 40. RGB value is (239,176,64). Sum of RGB (Red+Green+Blue) = 239+176+64=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB040 is #104FBF. Grayscale: #B6B6B6. Windows color (decimal): -1068992 or 4239599. OLE color: 4239599.

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

Color convert

RGB 239 176 64 -
CMYK 0 0.26 0.73 0.06
HSL 38.4º 0.85% 0.59% -
HSV(B) 38.4º 0.73% 0.94% -
XYZ 52.05 49.77 11.71 -
YUV 182.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 239 176 64 0 0.26 0.73 0.06 38.4 0.85 0.59
Hex EF B0 40 0 1A 49 6 26 55 3B
Octal 357 260 100 0 32 111 6 46 125 73
Binary 11101111 10110000 1000000 0 11010 1001001 110 100110 1010101 111011

Color Harmonies of #EFB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB040

Black with #EFB040

Text Example


Text Example

White with #EFB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB040; }

 p { color: rgb(239,176,64); }

 H1.HeaderClassName
 {
   color: #EFB040;
 }
 .AnyTagClassName
 {
   color: #EFB040;
 }
</style>

background-color css

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

 a { background-color: rgb(239,176,64); }

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

border-color css

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

 span { border-color: rgb(239,176,64); }

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