Html Css Color HEX #EFB140 Tulip Tree

📋 copy color: '#EFB140'

red 239 ◦ green 177 ◦ blue 64

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

Shades of Tulip Tree #EFB140

Tints of Tulip Tree #EFB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.88%

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

R = 49.79%
G = 36.88%
B = 13.33%

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

#EFB140 (or 0xEFB140) is known color: Tulip Tree. HEX triplet: EF, B1 and 40. RGB value is (239,177,64). Sum of RGB (Red+Green+Blue) = 239+177+64=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB140 is #104EBF. Grayscale: #B7B7B7. Windows color (decimal): -1068736 or 4239855. OLE color: 4239855.

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

Color convert

RGB 239 177 64 -
CMYK 0 0.26 0.73 0.06
HSL 38.74º 0.85% 0.59% -
HSV(B) 38.74º 0.73% 0.94% -
XYZ 52.24 50.17 11.78 -
YUV 182.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 239 177 64 0 0.26 0.73 0.06 38.74 0.85 0.59
Hex EF B1 40 0 1A 49 6 27 55 3B
Octal 357 261 100 0 32 111 6 47 125 73
Binary 11101111 10110001 1000000 0 11010 1001001 110 100111 1010101 111011

Color Harmonies of #EFB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB140

Black with #EFB140

Text Example


Text Example

White with #EFB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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