Html Css Color HEX #ECA440 Tulip Tree

📋 copy color: '#ECA440'

red 236 ◦ green 164 ◦ blue 64

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

Shades of Tulip Tree #ECA440

Tints of Tulip Tree #ECA440

RGB

 RED value IS 236 (92.58% from 255) = 50.86%

 GREEN value IS 164 (64.45% from 255) = 35.34%

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

R = 50.86%
G = 35.34%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECA440 (or 0xECA440) is known color: Tulip Tree. HEX triplet: EC, A4 and 40. RGB value is (236,164,64). Sum of RGB (Red+Green+Blue) = 236+164+64=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA440 is #135BBF. Grayscale: #AEAEAE. Windows color (decimal): -1268672 or 4236524. OLE color: 4236524.

HSL color Cylindrical-coordinate representation of color #ECA440: hue angle of 34.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECA440 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 164 64 -
CMYK 0 0.31 0.73 0.07
HSL 34.88º 0.82% 0.59% -
HSV(B) 34.88º 0.73% 0.93% -
XYZ 48.79 44.75 10.92 -
YUV 174.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 236 164 64 0 0.31 0.73 0.07 34.88 0.82 0.59
Hex EC A4 40 0 1F 49 7 23 52 3B
Octal 354 244 100 0 37 111 7 43 122 73
Binary 11101100 10100100 1000000 0 11111 1001001 111 100011 1010010 111011

Color Harmonies of #ECA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA440

Black with #ECA440

Text Example


Text Example

White with #ECA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA440; }

 p { color: rgb(236,164,64); }

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

background-color css

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

 a { background-color: rgb(236,164,64); }

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

border-color css

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

 span { border-color: rgb(236,164,64); }

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