Html Css Color HEX #ECA546 Tulip Tree

📋 copy color: '#ECA546'

red 236 ◦ green 165 ◦ blue 70

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

Shades of Tulip Tree #ECA546

Tints of Tulip Tree #ECA546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.86%

R = 50.11%
G = 35.03%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECA546 (or 0xECA546) is known color: Tulip Tree. HEX triplet: EC, A5 and 46. RGB value is (236,165,70). Sum of RGB (Red+Green+Blue) = 236+165+70=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA546 is #135AB9. Grayscale: #AFAFAF. Windows color (decimal): -1268410 or 4629996. OLE color: 4629996.

HSL color Cylindrical-coordinate representation of color #ECA546: hue angle of 34.34º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECA546 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 165 70 -
CMYK 0 0.30 0.70 0.07
HSL 34.34º 0.81% 0.6% -
HSV(B) 34.34º 0.7% 0.93% -
XYZ 49.15 45.19 11.93 -
YUV 175.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 236 165 70 0 0.30 0.70 0.07 34.34 0.81 0.6
Hex EC A5 46 0 1E 46 7 22 51 3C
Octal 354 245 106 0 36 106 7 42 121 74
Binary 11101100 10100101 1000110 0 11110 1000110 111 100010 1010001 111100

Color Harmonies of #ECA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA546

Black with #ECA546

Text Example


Text Example

White with #ECA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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