Html Css Color HEX #EFA940 Tulip Tree

📋 copy color: '#EFA940'

red 239 ◦ green 169 ◦ blue 64

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

Shades of Tulip Tree #EFA940

Tints of Tulip Tree #EFA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.81%

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

R = 50.64%
G = 35.81%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFA940 (or 0xEFA940) is known color: Tulip Tree. HEX triplet: EF, A9 and 40. RGB value is (239,169,64). Sum of RGB (Red+Green+Blue) = 239+169+64=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA940 is #1056BF. Grayscale: #B2B2B2. Windows color (decimal): -1070784 or 4237807. OLE color: 4237807.

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

Color convert

RGB 239 169 64 -
CMYK 0 0.29 0.73 0.06
HSL 36º 0.85% 0.59% -
HSV(B) 36º 0.73% 0.94% -
XYZ 50.71 47.1 11.27 -
YUV 177.96 63.69 171.54 -
System Red Green Blue C M Y K H S L
Decimal 239 169 64 0 0.29 0.73 0.06 36 0.85 0.59
Hex EF A9 40 0 1D 49 6 24 55 3B
Octal 357 251 100 0 35 111 6 44 125 73
Binary 11101111 10101001 1000000 0 11101 1001001 110 100100 1010101 111011

Color Harmonies of #EFA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA940

Black with #EFA940

Text Example


Text Example

White with #EFA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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