Html Css Color HEX #ECA540 Tulip Tree

📋 copy color: '#ECA540'

red 236 ◦ green 165 ◦ blue 64

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

Shades of Tulip Tree #ECA540

Tints of Tulip Tree #ECA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.48%

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

R = 50.75%
G = 35.48%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECA540 (or 0xECA540) is known color: Tulip Tree. HEX triplet: EC, A5 and 40. RGB value is (236,165,64). Sum of RGB (Red+Green+Blue) = 236+165+64=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA540 is #135ABF. Grayscale: #AFAFAF. Windows color (decimal): -1268416 or 4236780. OLE color: 4236780.

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

Color convert

RGB 236 165 64 -
CMYK 0 0.30 0.73 0.07
HSL 35.23º 0.82% 0.59% -
HSV(B) 35.23º 0.73% 0.93% -
XYZ 48.97 45.11 10.98 -
YUV 174.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 236 165 64 0 0.30 0.73 0.07 35.23 0.82 0.59
Hex EC A5 40 0 1E 49 7 23 52 3B
Octal 354 245 100 0 36 111 7 43 122 73
Binary 11101100 10100101 1000000 0 11110 1001001 111 100011 1010010 111011

Color Harmonies of #ECA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA540

Black with #ECA540

Text Example


Text Example

White with #ECA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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